Make sure that git_getpass() never returns NULL
commit8fe759ee4f074d5fc233c348a54724af1867bc5b
authorJohannes Schindelin <johannes.schindelin@gmx.de>
Fri, 23 Jul 2010 15:40:44 +0000 (23 17:40 +0200)
committerPat Thoyts <patthoyts@users.sourceforge.net>
Mon, 20 Sep 2010 14:53:29 +0000 (20 15:53 +0100)
treec81cda3adc10c048d608191a0c5dc4336728b1ec
parent05a5eb94989fe50682dd3abf10ba3671e0ee7513
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