pretty_print_commit(): do not append notes message
commit5a664cf2c76ed83166f5f3ce7385e3cb058e8834
authorJunio C Hamano <gitster@pobox.com>
Thu, 18 Oct 2012 02:02:46 +0000 (17 19:02 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 18 Oct 2012 05:42:40 +0000 (17 22:42 -0700)
treed6586d0246e652c4c7909b8bbe7e196d99a40bc9
parentddf333f66cb8b8647a40e5d39731eaf63ee9fd44
pretty_print_commit(): do not append notes message

The only case pretty_print_commit() appends notes message to the log
message taken from the commit is when show_log() calls it with the
notes_message field set, and the output format is not the userformat
(i.e. when substituting "%N").  No other users of this function sets
this field in the pretty_print_context, as can be easily verified in
the previous step.

Hoist the code to append the notes message to the caller.

Up to this point, no functionality change is intended.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
log-tree.c
pretty.c