Code

git-send-email: ssh/login style password requests
authorMichael Witten <mfwitten@MIT.EDU>
Mon, 4 Feb 2008 00:53:56 +0000 (19:53 -0500)
committerJunio C Hamano <gitster@pobox.com>
Tue, 5 Feb 2008 08:36:10 +0000 (00:36 -0800)
commit2363d7467dcd60467b3e694b3ba6f859bb226f5c
tree3918146a08ab8c4c8303cd274e202b9c83dfb934
parent7a2078b4b00fb1c5d7b0bf8155778f79377b8f2f
git-send-email: ssh/login style password requests

Whilst convenient, it is most unwise to record passwords
in any place but one's brain. Moreover, it is especially
foolish to store them in configuration files, even with
access permissions set accordingly.

git-send-email has been amended, so that if it detects
an smtp username without a password, it promptly prompts
for the password and masks the input for privacy.

Furthermore, the argument to --smtp-pass has been rendered
optional.

The documentation has been updated to reflect these changes.

Signed-off-by: Michael Witten <mfwitten@mit.edu>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-send-email.txt
git-send-email.perl