]> git.ipfire.org Git - thirdparty/git.git/blobdiff - connect.h
git fetch-pack: add --diag-url
[thirdparty/git.git] / connect.h
index 64fb7dbbee8714c034c5e018b3b1b4f8c29f0ea7..527d58a3b3cc6675e913190157984203c1895073 100644 (file)
--- a/connect.h
+++ b/connect.h
@@ -2,6 +2,7 @@
 #define CONNECT_H
 
 #define CONNECT_VERBOSE       (1u << 0)
+#define CONNECT_DIAG_URL      (1u << 1)
 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);