Hi Mike,

On Thu, Nov 3, 2011 at 1:37 PM, Mike Evans <mi...@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
_______________________________________________
gnucash-devel mailing list
gnucash-devel@gnucash.org
https://lists.gnucash.org/mailman/listinfo/gnucash-devel

Reply via email to