]> git.ipfire.org Git - thirdparty/git.git/commit - git-send-email.perl
send-email: automatic envelope sender
authorFelipe Contreras <felipe.contreras@gmail.com>
Thu, 26 Nov 2009 19:04:29 +0000 (21:04 +0200)
committerJunio C Hamano <gitster@pobox.com>
Sat, 28 Nov 2009 07:45:24 +0000 (23:45 -0800)
commitc89e32414516e906520e9bdd809560971eb52ef5
tree27e55645be6ab932e7c38369392f0b5679c0adce
parent4f333bc1d32a84c9ddad737ccdbd6e99ed05d396
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>
Documentation/git-send-email.txt
git-send-email.perl
t/t9001-send-email.sh