commit | 76141e2e6280101362c3c5ddb22699b6f0458100 | [log] [tgz] |
---|---|---|
author | Junio C Hamano <gitster@pobox.com> | Wed Oct 17 21:41:54 2012 -0700 |
committer | Junio C Hamano <gitster@pobox.com> | Wed Oct 17 22:42:40 2012 -0700 |
tree | 7d780fe891cc5680a5befaed7d16b20a67a14dc7 | |
parent | e297cf5aff0264c16b6c325c0beab71bc04cd496 [diff] |
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>