Files
git/connect.c
Johannes Schindelin e3b6034066 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>
2010-07-29 13:17:22 +02:00

14 KiB