On Thu, Jun 2, 2011 at 10:11 PM, Freddie Chopin <freddie_cho...@op.pl>wrote:

> On 2011-06-02 08:12, Øyvind Harboe wrote:
>
>> Perhaps you could split this patch into several patches with the first
>> patch to go in are with the most obvious fixes?
>>
>> E.g. I was less sure about etb.c, but it might be fine...
>>
>
> Any hints on the method to split such commited change into several commits?
> GIT is still not my strongest side (;
>

wip = work-in-progress, new branch below

git checkout -b wip
git reset HEAD^
git add foo.c
git commit
git add bar.c
git commit

git rebase origin/master
gir format-patch origin/master

=> generate patches since origin/master


>
> 4\/3!!
>



-- 
Øyvind Harboe

Can Zylin Consulting help on your project?

US toll free 1-866-980-3434 / International +47 51 87 40 27

http://www.zylin.com/zy1000.html
ARM7 ARM9 ARM11 XScale Cortex
JTAG debugger and flash programmer
_______________________________________________
Openocd-development mailing list
Openocd-development@lists.berlios.de
https://lists.berlios.de/mailman/listinfo/openocd-development

Reply via email to