aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/git-format-patch.txt
diff options
context:
space:
mode:
authorHeiko Voigt <hvoigt@hvoigt.net>2009-04-01 19:51:54 +0200
committerJunio C Hamano <gitster@pobox.com>2009-04-06 00:12:32 -0700
commit1d1876e9300c56f399ea2976c5831674cd9818b1 (patch)
tree377255783c74fcbf230d513c3240e0e8fbb13bd1 /Documentation/git-format-patch.txt
parent43acdf243ee8a8fa876bdd6659026fe5ed2d4c24 (diff)
downloadgit-1d1876e9300c56f399ea2976c5831674cd9818b1.tar.gz
Add configuration variable for sign-off to format-patch
If you regularly create patches which require a Signed-off: line you may want to make it your default to add that line. It also helps you not to forget to add the -s/--signoff switch. Signed-off-by: Heiko Voigt <hvoigt@hvoigt.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git-format-patch.txt')
-rw-r--r--Documentation/git-format-patch.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/git-format-patch.txt b/Documentation/git-format-patch.txt
index db3bdb5657..eb2fbcff1a 100644
--- a/Documentation/git-format-patch.txt
+++ b/Documentation/git-format-patch.txt
@@ -205,6 +205,7 @@ more than one.
numbered = auto
cc = <email>
attach [ = mime-boundary-string ]
+ signoff = true
------------