Hi,

I failed to apply patch 0001.

Could you rebase to the master branch?

Thanks!

git tips:

git fetch origin
git rebase origin/master
=> resolve any conflicts
git format-patch HEAD~2


about commit comments. You can edit commit coments in an interactive
rebase:

git rebase -i HEAD~3

will bring up a list of commits and if you chose edit for a commit, you
can modify the changes for that commit or simply change the commit
comment:

git commit --amend


The format of a commit comment is(by convention):

topic: short descript
<blank line>
longer description
-- 
Ø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
[email protected]
https://lists.berlios.de/mailman/listinfo/openocd-development

Reply via email to