Code

wrap git's main usage string.
[git.git] / transport.h
index f1d3ebf67496926e0da6926e027c005d87758b0d..171a01c7a322fa2bbbd32bec1d18ab54dbcbc1bb 100644 (file)
@@ -69,7 +69,8 @@ int transport_set_option(struct transport *transport, const char *name,
                         const char *value);
 
 int transport_push(struct transport *connection,
-                  int refspec_nr, const char **refspec, int flags);
+                  int refspec_nr, const char **refspec, int flags,
+                  int * nonfastforward);
 
 const struct ref *transport_get_remote_refs(struct transport *transport);