author | Jeff King <peff@peff.net> | |
Sat, 10 Dec 2011 10:40:49 +0000 (05:40 -0500) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Tue, 13 Dec 2011 00:09:38 +0000 (16:09 -0800) | ||
commit | 6c597aeba1e0fc369e64b1033515b0e39544cbe1 | |
tree | 57b7f8d81719ec42ae2ae89f19993946879b1c2b | tree | snapshot |
parent | 50d0158fbba5c4cd04184bb757bf43a84c290405 | commit | diff |
imap-send: don't check return value of git_getpass
git_getpass will always die() if we weren't able to get
input, so there's no point looking for NULL.
Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
git_getpass will always die() if we weren't able to get
input, so there's no point looking for NULL.
Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
imap-send.c | diff | blob | history |