From: Timo Hirvonen Date: Sun, 25 Jun 2006 10:54:14 +0000 (+0300) Subject: Add msg_sep to diff_options X-Git-Tag: v1.4.2-rc1~85^2~14 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/39bc9a6c2051a9fc31dc9b34b40bdd3dd94a8afb?ds=sidebyside;hp=39bc9a6c2051a9fc31dc9b34b40bdd3dd94a8afb Add msg_sep to diff_options Add msg_sep variable to struct diff_options. msg_sep is printed after commit message. Default is "\n", format-patch sets it to "---\n". This also removes the second argument from show_log() because all callers derived it from the first argument: show_log(rev, rev->loginfo, ... Signed-off-by: Timo Hirvonen Signed-off-by: Junio C Hamano ---