]> git.ipfire.org Git - thirdparty/git.git/commit - prompt.h
move git_getpass to its own source file
authorJeff King <peff@peff.net>
Sat, 10 Dec 2011 10:40:54 +0000 (05:40 -0500)
committerJunio C Hamano <gitster@pobox.com>
Tue, 13 Dec 2011 00:09:38 +0000 (16:09 -0800)
commitd3c58b83aee2007ca76dc5d1242c09b6f7989c76
tree29e79755987e0670a8258992c3a5cd504a445f9e
parent6c597aeba1e0fc369e64b1033515b0e39544cbe1
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>
Makefile
cache.h
connect.c
credential.c
imap-send.c
prompt.c [new file with mode: 0644]
prompt.h [new file with mode: 0644]