summaryrefslogtreecommitdiff
path: root/cache.h
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <gitster@pobox.com>2011-05-26 09:33:25 -0700
committerLibravatar Junio C Hamano <gitster@pobox.com>2011-05-26 09:33:25 -0700
commit5590fe762ff9d68f6968d80979e446576e61e2e1 (patch)
tree0900e26fc5c06b94be0cab1aac91ccb3b89c7edd /cache.h
parentMerge branch 'js/maint-send-pack-stateless-rpc-deadlock-fix' into maint (diff)
parenttest core.gitproxy configuration (diff)
downloadtgif-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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/cache.h b/cache.h
index 28899b7b78..dd34fede9d 100644
--- a/cache.h
+++ b/cache.h
@@ -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;