author | Steven Drake <sdrake@xnet.co.nz> | |
Tue, 16 Feb 2010 23:39:34 +0000 (12:39 +1300) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Sun, 7 Mar 2010 03:57:44 +0000 (19:57 -0800) | ||
commit | ae6c098f158dd306462024c5cb137b8f7f65cfbd | |
tree | d6e41a6cfeb592cf2f41bfc86c7403827c73280b | tree | snapshot |
parent | e923eaeb901ff056421b9007adcbbce271caa7b6 | commit | diff |
Add 'git format-patch --to=' option and 'format.to' configuration variable.
Has the same functionality as the '--cc' option and 'format.cc'
configuration variable but for the "To:" email header. Half of the code to
support this was already there.
With email the To: header usually more important than the Cc: header.
[jc: tests are by Stephen Boyd]
Signed-off-by: Steven Drake <sdrake@xnet.co.nz>
Signed-off-by: Stephen Boyd <bebarino@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Has the same functionality as the '--cc' option and 'format.cc'
configuration variable but for the "To:" email header. Half of the code to
support this was already there.
With email the To: header usually more important than the Cc: header.
[jc: tests are by Stephen Boyd]
Signed-off-by: Steven Drake <sdrake@xnet.co.nz>
Signed-off-by: Stephen Boyd <bebarino@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-format-patch.txt | diff | blob | history | |
builtin-log.c | diff | blob | history | |
t/t4014-format-patch.sh | diff | blob | history |