Make sure that git_getpass() never returns NULL
commit9439967d264668bc9c0cd27ec3e5d25bdaeae146
authorJohannes Schindelin <johannes.schindelin@gmx.de>
Fri, 23 Jul 2010 15:40:44 +0000 (23 17:40 +0200)
committerJohannes Schindelin <johannes.schindelin@gmx.de>
Wed, 25 Aug 2010 10:28:51 +0000 (25 12:28 +0200)
tree5458ba5d156ab30968a551400a43166f24a382f9
parent13a2cf3c2576a1d5e37e9a9daa4b026a00b502c8
Make sure that git_getpass() never returns NULL

The result of git_getpass() is used without checking for NULL, so let's
just die() instead of returning NULL.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
connect.c