diff options
author | Junio C Hamano <gitster@pobox.com> | 2010-06-22 09:45:22 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2010-06-22 09:45:22 -0700 |
commit | 6bead0c3203431ca63a6b1e7cf47c659f1a7021d (patch) | |
tree | 4d5d44220f9922186cc9132b483ccfbdfd5c42ea /Documentation/config.txt | |
parent | 223a923c37f76ee91eb6a9cb77ce6d31dcf939cc (diff) | |
parent | d8e1e5df950f2c514a01696a0a0ff53fb1a07651 (diff) | |
download | git-6bead0c3203431ca63a6b1e7cf47c659f1a7021d.tar.gz git-6bead0c3203431ca63a6b1e7cf47c659f1a7021d.tar.xz |
Merge branch 'sb/format-patch-signature'
* sb/format-patch-signature:
completion: Add --signature and format.signature
format-patch: Add a signature option (--signature)
Diffstat (limited to 'Documentation/config.txt')
-rw-r--r-- | Documentation/config.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Documentation/config.txt b/Documentation/config.txt index 9f1c785b7..4c491045c 100644 --- a/Documentation/config.txt +++ b/Documentation/config.txt @@ -889,6 +889,12 @@ format.subjectprefix:: The default for format-patch is to output files with the '[PATCH]' subject prefix. Use this variable to change that prefix. +format.signature:: + The default for format-patch is to output a signature containing + the git version number. Use this variable to change that default. + Set this variable to the empty string ("") to suppress + signature generation. + format.suffix:: The default for format-patch is to output files with the suffix `.patch`. Use this variable to change that suffix (make sure to |