at you want, with
>
> git format-patch
>
> 'git format-patch' never does anything for me. I have to use:
>
> git format-patch HEAD^
>
> or
>
> git format-patch -n
>
> Am I doing something wrong or should the above 2 lines in the wiki be
> modifie
Hi,
Re
http://wiki.gnucash.org/wiki/Documentation_Update_Instructions#Step_13_Prepa
re_your_Patch :
You can make patches of all commits between HEAD and the origin branch
pointer, which is usually what you want, with
git format-patch
'git format-patch' never does anyth