
Dear angelo,
In message 4E371771.8000902@gmail.com you wrote:
seems i cannot "git pull" anymore, i am getting an error:
xu@angel7:~/u-boot.git$ git pull error: Unable to find dbf545f2d11cd3118c6c8b54122adfbe799ea1b8 under http://git.denx.de/u-boot.git Cannot obtain needed blob dbf545f2d11cd3118c6c8b54122adfbe799ea1b8 while processing commit e6a857da746d5d7d450e59c0f86664c6b279b1c2. error: Fetch failed. xu@angel7:~/u-boot.git$
You should try unsing git protocol instead of HTTP. Also, make sure to use a recent version of git.
Is there a way to generate the patch comparing my local tree with a new "git clone" u-boot folder ?
You can export your patches using "git format-patch" and then re-apply these to a (branch in) a fresh clone of the master repo.
Or otherwise, since i cannot "pull", what would be the correct procedure for the patch now ?
In the first step, fix this pull problem.
Best regards,
Wolfgang Denk