Merge branch 'jc/prettier-pretty-note'
commit4ad4fce63a67cde3a93e6678724ed79b06109ad6
authorJunio C Hamano <gitster@pobox.com>
Thu, 15 Nov 2012 18:25:05 +0000 (15 10:25 -0800)
committerJunio C Hamano <gitster@pobox.com>
Thu, 15 Nov 2012 18:25:05 +0000 (15 10:25 -0800)
tree6993697c9b9a6ee8916d620a1e177fea8a636b32
parent159a5a2fa2b5da57a5b69dafc816d30c3716604f
parent1d34c50f132d2234bd70956ef99b2b94786d43dd
Merge branch 'jc/prettier-pretty-note'

Emit the notes attached to the commit in "format-patch --notes"
output after three-dashes.

* jc/prettier-pretty-note:
  format-patch: add a blank line between notes and diffstat
  Doc User-Manual: Patch cover letter, three dashes, and --notes
  Doc format-patch: clarify --notes use case
  Doc notes: Include the format-patch --notes option
  Doc SubmittingPatches: Mention --notes option after "cover letter"
  Documentation: decribe format-patch --notes
  format-patch --notes: show notes after three-dashes
  format-patch: append --signature after notes
  pretty_print_commit(): do not append notes message
  pretty: prepare notes message at a centralized place
  format_note(): simplify API
  pretty: remove reencode_commit_message()
commit.h
notes.c
pretty.c
revision.c
t/t4014-format-patch.sh