diff options
author | Junio C Hamano <gitster@pobox.com> | 2020-04-28 15:50:06 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2020-04-28 15:50:06 -0700 |
commit | e08387d32146337e97a9112ed3348f2e3bc3f9f5 (patch) | |
tree | a8d545ee5231f23f6ce2b65b945161713001b4cd | |
parent | Merge branch 'js/stash-p-fix' (diff) | |
parent | Documentation: explain "mboxrd" pretty format (diff) | |
download | tgif-e08387d32146337e97a9112ed3348f2e3bc3f9f5.tar.xz |
Merge branch 'eb/mboxrd-doc'
Doc update.
* eb/mboxrd-doc:
Documentation: explain "mboxrd" pretty format
-rw-r--r-- | Documentation/pretty-formats.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Documentation/pretty-formats.txt b/Documentation/pretty-formats.txt index a4b6f49186..547a552463 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 <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 |