]> git.ipfire.org Git - thirdparty/git.git/commit - git-send-email.perl
git-send-email: use git credential to obtain password
authorMichal Nazarewicz <mina86@mina86.com>
Tue, 12 Feb 2013 14:02:33 +0000 (15:02 +0100)
committerJunio C Hamano <gitster@pobox.com>
Wed, 27 Feb 2013 17:46:03 +0000 (09:46 -0800)
commit4d31a44a08365b90ff28c5e87e187363e10c2a31
tree7ed23829112cd1e52afd793e0d8b87f896b89eee
parent52dce6d036f1f3859062c475127e498ab3d261b9
git-send-email: use git credential to obtain password

If smtp_user is provided but smtp_pass is not, instead of
prompting for password, make git-send-email use git
credential command instead.

Signed-off-by: Michal Nazarewicz <mina86@mina86.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-send-email.txt
git-send-email.perl