author | Felipe Contreras <felipe.contreras@gmail.com> | |
Thu, 26 Nov 2009 19:04:29 +0000 (21:04 +0200) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Sat, 28 Nov 2009 07:45:24 +0000 (23:45 -0800) | ||
commit | c89e32414516e906520e9bdd809560971eb52ef5 | |
tree | 27e55645be6ab932e7c38369392f0b5679c0adce | tree | snapshot |
parent | 4f333bc1d32a84c9ddad737ccdbd6e99ed05d396 | commit | diff |
send-email: automatic envelope sender
This adds the option to specify the envelope sender as "auto" which
would pick the 'from' address. This is good because now we can specify
the address only in one place in $HOME/.gitconfig and change it easily.
[jc: added tests]
Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This adds the option to specify the envelope sender as "auto" which
would pick the 'from' address. This is good because now we can specify
the address only in one place in $HOME/.gitconfig and change it easily.
[jc: added tests]
Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-send-email.txt | diff | blob | history | |
git-send-email.perl | diff | blob | history | |
t/t9001-send-email.sh | diff | blob | history |