From 88eaf361e04fe10a3ffd9f6af466a993e926b45e Mon Sep 17 00:00:00 2001 From: Emma Brooks Date: Thu, 16 Apr 2020 04:16:59 +0000 Subject: [PATCH] Documentation: explain "mboxrd" pretty format The "mboxrd" pretty format was introduced in 9f23e04061 (pretty: support "mboxrd" output format, 2016-06-05) but wasn't mentioned in the documentation. Signed-off-by: Emma Brooks Acked-by: Eric Wong Signed-off-by: Junio C Hamano --- Documentation/pretty-formats.txt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Documentation/pretty-formats.txt b/Documentation/pretty-formats.txt index a4b6f49186319a..547a55246302f9 100644 --- a/Documentation/pretty-formats.txt +++ b/Documentation/pretty-formats.txt @@ -83,6 +83,12 @@ placeholders, its output is not affected by other options like +* 'mboxrd' ++ +Like 'email', but lines in the commit message starting with "From " +(preceded by zero or more ">") are quoted with ">" so they aren't +confused as starting a new commit. + * 'raw' + The 'raw' format shows the entire commit exactly as