author | Heiko Voigt <hvoigt@hvoigt.net> | |
Wed, 1 Apr 2009 17:51:54 +0000 (19:51 +0200) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Mon, 6 Apr 2009 07:12:32 +0000 (00:12 -0700) | ||
commit | 1d1876e9300c56f399ea2976c5831674cd9818b1 | |
tree | 377255783c74fcbf230d513c3240e0e8fbb13bd1 | tree | snapshot |
parent | 43acdf243ee8a8fa876bdd6659026fe5ed2d4c24 | commit | diff |
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>
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 | diff | blob | history | |
Documentation/git-format-patch.txt | diff | blob | history | |
builtin-log.c | diff | blob | history |