Johan Herland <johan@xxxxxxxxxxx> writes: > When copying notes for a rewritten object, the resulting notes commit > would have the following hardcoded commit message: > > Notes added by 'git notes copy' > > This is obviously bogus when the notes rewriting is performed by > 'git commit --amend'. > > Therefore, let the caller specify an appropriate notes commit message > instead of hardcoding it. The above message is used for 'git notes copy', > but when calling finish_copy_notes_for_rewrite() from builtin/commit.c, > we use the following message instead: > > Notes added by 'git commit --amend' > > Cc: Thomas Rast <trast@xxxxxxxxxxx> > Signed-off-by: Johan Herland <johan@xxxxxxxxxxx> Makes sense. Thanks. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html