author | Jeff King <peff@peff.net> | |
Sat, 10 Dec 2011 10:40:54 +0000 (05:40 -0500) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Tue, 13 Dec 2011 00:09:38 +0000 (16:09 -0800) | ||
commit | d3c58b83aee2007ca76dc5d1242c09b6f7989c76 | |
tree | 29e79755987e0670a8258992c3a5cd504a445f9e | tree | snapshot |
parent | 6c597aeba1e0fc369e64b1033515b0e39544cbe1 | commit | diff |
move git_getpass to its own source file
This is currently in connect.c, but really has nothing to
do with the git protocol itself. Let's make a new source
file all about prompting the user, which will make it
cleaner to refactor.
Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This is currently in connect.c, but really has nothing to
do with the git protocol itself. Let's make a new source
file all about prompting the user, which will make it
cleaner to refactor.
Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Makefile | diff | blob | history | |
cache.h | diff | blob | history | |
connect.c | diff | blob | history | |
credential.c | diff | blob | history | |
imap-send.c | diff | blob | history | |
prompt.c | [new file with mode: 0644] | blob |
prompt.h | [new file with mode: 0644] | blob |