format_note(): simplify API
commit76141e2e6280101362c3c5ddb22699b6f0458100
authorJunio C Hamano <gitster@pobox.com>
Thu, 18 Oct 2012 04:41:54 +0000 (17 21:41 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 18 Oct 2012 05:42:40 +0000 (17 22:42 -0700)
tree7d780fe891cc5680a5befaed7d16b20a67a14dc7
parente297cf5aff0264c16b6c325c0beab71bc04cd496
format_note(): simplify API

We either stuff the notes message without modification for %N
userformat, or format it for human consumption.  Using two bits
is an overkill that does not benefit anybody.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
notes.c
notes.h
pretty.c
revision.c