aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/config
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2023-01-02 21:37:19 +0900
committerJunio C Hamano <gitster@pobox.com>2023-01-02 21:37:19 +0900
commite83d57e34a0f36ed383607aac6a015afd3c0ef0f (patch)
treeb53ef76e8a9aebf0b9871b134283abaec73e4592 /Documentation/config
parent0903d8bbdef6c2607f2e0bf43a4d10cf54b03744 (diff)
parent4810946f6032a973ad752d06a32437bc9bb35e67 (diff)
downloadgit-e83d57e34a0f36ed383607aac6a015afd3c0ef0f.tar.gz
Merge branch 'ew/format-patch-mboxrd'
"git format-patch" learned to honor format.mboxrd even when sending patches to the standard output stream, * ew/format-patch-mboxrd: format-patch: support format.mboxrd with --stdout
Diffstat (limited to 'Documentation/config')
-rw-r--r--Documentation/config/format.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/config/format.txt b/Documentation/config/format.txt
index c7303d8d9f..3bd78269e2 100644
--- a/Documentation/config/format.txt
+++ b/Documentation/config/format.txt
@@ -139,3 +139,7 @@ For example,
------------
+
will only show notes from `refs/notes/bar`.
+
+format.mboxrd::
+ A boolean value which enables the robust "mboxrd" format when
+ `--stdout` is in use to escape "^>+From " lines.