From: Junio C Hamano Date: Thu, 18 Oct 2012 04:27:22 +0000 (-0700) Subject: format-patch --notes: show notes after three-dashes X-Git-Tag: v1.8.1-rc0~58^2~6 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/bd1470b8cb0cfb42c7de3b9084cdd8ae53aa1d4c?ds=sidebyside;hp=bd1470b8cb0cfb42c7de3b9084cdd8ae53aa1d4c format-patch --notes: show notes after three-dashes When inserting the note after the commit log message to format-patch output, add three dashes before the note. Record the fact that we did so in the rev_info and omit showing duplicated three dashes in the usual codepath that is used when notes are not being shown. Signed-off-by: Junio C Hamano ---