diff options
author | Junio C Hamano <gitster@pobox.com> | 2011-05-26 10:28:10 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2011-05-26 10:28:10 -0700 |
commit | bac9c06ba093d9254cb2ab3eed074722a3e635a6 (patch) | |
tree | a635335f31f8f0dfa7a679882cfab42429851a9b /cache.h | |
parent | 34df9fe36a3627e1c2a9ae244820fb61e3891b90 (diff) | |
parent | c7730e6f5f5757ac278319f33b94c32458e21f12 (diff) | |
download | git-bac9c06ba093d9254cb2ab3eed074722a3e635a6.tar.gz |
Merge branch 'jk/git-connection-deadlock-fix' into maint-1.7.4
* jk/git-connection-deadlock-fix:
test core.gitproxy configuration
send-pack: avoid deadlock on git:// push with failed pack-objects
connect: let callers know if connection is a socket
connect: treat generic proxy processes like ssh processes
Conflicts:
connect.c
Diffstat (limited to 'cache.h')
-rw-r--r-- | cache.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -946,6 +946,7 @@ extern struct ref *find_ref_by_name(const struct ref *list, const char *name); 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 git_connection_is_socket(struct child_process *conn); extern int path_match(const char *path, int nr, char **match); struct extra_have_objects { int nr, alloc; |