Skip to content

Commit 88eaf36

Browse files
pluvanogitster
authored andcommitted
Documentation: explain "mboxrd" pretty format
The "mboxrd" pretty format was introduced in 9f23e04 (pretty: support "mboxrd" output format, 2016-06-05) but wasn't mentioned in the documentation. Signed-off-by: Emma Brooks <[email protected]> Acked-by: Eric Wong <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent de49261 commit 88eaf36

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Documentation/pretty-formats.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,12 @@ placeholders, its output is not affected by other options like
8383

8484
<full commit message>
8585

86+
* 'mboxrd'
87+
+
88+
Like 'email', but lines in the commit message starting with "From "
89+
(preceded by zero or more ">") are quoted with ">" so they aren't
90+
confused as starting a new commit.
91+
8692
* 'raw'
8793
+
8894
The 'raw' format shows the entire commit exactly as

0 commit comments

Comments
 (0)