diff options
author | Junio C Hamano <gitster@pobox.com> | 2010-03-20 11:29:35 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2010-03-20 11:29:35 -0700 |
commit | 2e5b98d9064292881fb1fd7c327948c7057a490a (patch) | |
tree | 1186c102b8d47e45b0f6140af3d47ce43c1014aa /cache.h | |
parent | 31fbae0f813b47801ee79a464a8257346a5f8f2c (diff) | |
parent | f206063b4b201ff48c87b886cbe21a068fcf6d49 (diff) | |
download | git-2e5b98d9064292881fb1fd7c327948c7057a490a.tar.gz |
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.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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); |