Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
fast-import.c::validate_raw_date(): really validate the value
[gitweb.git]
/
transport.c
diff --git
a/transport.c
b/transport.c
index f231b355f24476372c9b89c35a41231a18e45719..ce1d25e46ec59568b4e5751ae61ac145043625d7 100644
(file)
--- a/
transport.c
+++ b/
transport.c
@@
-1001,8
+1001,9
@@
int transport_set_option(struct transport *transport,
int transport_push(struct transport *transport,
int refspec_nr, const char **refspec, int flags,
- int *
nonfastforward)
+ int *nonfastforward)
{
+ *nonfastforward = 0;
verify_remote_names(refspec_nr, refspec);
if (transport->push)