[U-Boot] [PATCH v2 0/4] get at91rm9200ek working with ARM relocation

Reinhard Meyer u-boot at emk-elektronik.de
Sun Dec 5 23:05:40 CET 2010


Dear Albert ARIBAUD,
> Le 05/12/2010 20:14, Reinhard Meyer a écrit :
>
>> Sorry, the branch name might be a misnomer. As soon as I got two other
>> patches applied,
>> I'll issue a pull request.
>
> You mean your /next branch will be merged to your /master and you'll request a pull of /master ?
>
>> How do I resolve this? When there is a problem with git-rebase I get the
>> offending
>> files merged with the conflicting parts between <<<,===,>>>
>> respectively. Easy to
>> edit that. But with git-am I don't seem to get such an option?
>
> Add --reject to your git am command. It will produce a .rej fil which contains the rejected hunks for each failed patch.

At least my version does not have --reject, but using git-am --skip after the failed git-am
leads exactly to what I need: the patchable files ready to be committed, and the problematic files
with the <<<,===,>>> markings...

Best Regards,
Reinhard


More information about the U-Boot mailing list