Skip to content

Commit

Permalink
Merge branch 'eb/mboxrd-doc' into jch
Browse files Browse the repository at this point in the history
* eb/mboxrd-doc:
  Documentation: explain "mboxrd" pretty format
  • Loading branch information
gitster committed Apr 20, 2020
2 parents 7a730f2 + 88eaf36 commit 97d75c6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Documentation/pretty-formats.txt
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,12 @@ placeholders, its output is not affected by other options like

<full commit message>

* '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
Expand Down

0 comments on commit 97d75c6

Please sign in to comment.