summaryrefslogtreecommitdiff
path: root/cache.h
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <gitster@pobox.com>2010-03-20 11:29:35 -0700
committerLibravatar Junio C Hamano <gitster@pobox.com>2010-03-20 11:29:35 -0700
commit2e5b98d9064292881fb1fd7c327948c7057a490a (patch)
tree1186c102b8d47e45b0f6140af3d47ce43c1014aa /cache.h
parentMerge branch 'bg/apply-fix-blank-at-eof' (diff)
parentgit-core: Support retrieving passwords with GIT_ASKPASS (diff)
downloadtgif-2e5b98d9064292881fb1fd7c327948c7057a490a.tar.xz
Merge branch 'fl/askpass'
* fl/askpass: git-core: Support retrieving passwords with GIT_ASKPASS git-svn: Support retrieving passwords with GIT_ASKPASS
Diffstat (limited to 'cache.h')
-rw-r--r--cache.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/cache.h b/cache.h
index 89f6a40d1a..f62db0bd7e 100644
--- a/cache.h
+++ b/cache.h
@@ -891,6 +891,7 @@ struct ref {
extern struct ref *find_ref_by_name(const struct ref *list, const char *name);
#define CONNECT_VERBOSE (1u << 0)
+extern char *git_getpass(const char *prompt);
extern struct child_process *git_connect(int fd[2], const char *url, const char *prog, int flags);
extern int finish_connect(struct child_process *conn);
extern int path_match(const char *path, int nr, char **match);