Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
remote: add promisor and partial clone config to the doc
[gitweb.git]
/
connect.h
diff --git
a/connect.h
b/connect.h
index 61a005603a03beda2fd95a489f3fd780eefbd53f..5f2382e01868042757901a419b5e5f34ad8bb279 100644
(file)
--- a/
connect.h
+++ b/
connect.h
@@
-20,6
+20,6
@@
enum protocol_version discover_version(struct packet_reader *reader);
int server_supports_v2(const char *c, int die_on_error);
int server_supports_feature(const char *c, const char *feature,
-
int die_on_error);
+ int die_on_error);
#endif