Make sure that git_getpass() never returns NULL
commite17212ebc5e143ed6a453d215fe57efe92b98ecf
authorJohannes Schindelin <johannes.schindelin@gmx.de>
Fri, 23 Jul 2010 15:40:44 +0000 (23 17:40 +0200)
committerPat Thoyts <patthoyts@users.sourceforge.net>
Fri, 10 Sep 2010 22:44:25 +0000 (10 23:44 +0100)
tree60576ec9ac6db56a3eec0491e411465b1d1a4bf6
parentceb4b10d2c12106ec33a40da283466e3be7d77ee
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