/
uis
/
git
/
x
/
uis
/
git
/
git.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
move git_getpass to its own source file
[git/git.git]
/
credential.c
diff --git
a/credential.c
b/credential.c
index
a17eafe
..
fbb7231
100644
(file)
--- a/
credential.c
+++ b/
credential.c
@@
-3,6
+3,7
@@
#include "string-list.h"
#include "run-command.h"
#include "url.h"
+#include "prompt.h"
void credential_init(struct credential *c)
{