r21516 Commit message
Yawar Amin
yawar.amin at gmail.com
Sat Nov 5 14:18:02 EDT 2011
Hi Mike,
On Thu, Nov 3, 2011 at 1:37 PM, Mike Evans <mikee at saxicola.idps.co.uk>wrote:
> The commit message should be:
>
> Bug #457401 - Print invoice should not be disabled for unposted invoices
> Enable printing of unposted invoices.
>
> I'm using git and forgot the change to change the commit message.
> Apologies.
>
You can use git notes to append a messages to that commit in the public
repository as well.
git notes add <r21516 commit object>
<Type note in editor, save and exit>
Then, to share the note with the public repository,
git push origin refs/notes/*
Regards,
Yawar
More information about the gnucash-devel
mailing list