]> git.ipfire.org Git - thirdparty/git.git/commit - builtin/log.c
Add configuration variable for sign-off to format-patch
authorHeiko Voigt <hvoigt@hvoigt.net>
Wed, 1 Apr 2009 17:51:54 +0000 (19:51 +0200)
committerJunio C Hamano <gitster@pobox.com>
Mon, 6 Apr 2009 07:12:32 +0000 (00:12 -0700)
commit1d1876e9300c56f399ea2976c5831674cd9818b1
tree377255783c74fcbf230d513c3240e0e8fbb13bd1
parent43acdf243ee8a8fa876bdd6659026fe5ed2d4c24
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>
Documentation/config.txt
Documentation/git-format-patch.txt
builtin-log.c