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 commit is contained in:

committed by
Junio C Hamano

parent
6c597aeba1
commit
d3c58b83ae
@ -3,6 +3,7 @@
|
||||
#include "string-list.h"
|
||||
#include "run-command.h"
|
||||
#include "url.h"
|
||||
#include "prompt.h"
|
||||
|
||||
void credential_init(struct credential *c)
|
||||
{
|
||||
|
Reference in New Issue
Block a user