diff options
author | Junio C Hamano <gitster@pobox.com> | 2011-05-26 09:33:25 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2011-05-26 09:33:25 -0700 |
commit | 5590fe762ff9d68f6968d80979e446576e61e2e1 (patch) | |
tree | 0900e26fc5c06b94be0cab1aac91ccb3b89c7edd /cache.h | |
parent | Merge branch 'js/maint-send-pack-stateless-rpc-deadlock-fix' into maint (diff) | |
parent | test core.gitproxy configuration (diff) | |
download | tgif-5590fe762ff9d68f6968d80979e446576e61e2e1.tar.xz |
Merge branch 'jk/git-connection-deadlock-fix' into maint
* 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
@@ -965,6 +965,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; |