Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
transport->progress: use flag authoritatively
[gitweb.git]
/
builtin-push.c
diff --git
a/builtin-push.c
b/builtin-push.c
index 0082dadb73fb0767dd1e69001e485a2cbca6bf13..dce3152fec7b73821fa1a27cd841c7bd973d966c 100644
(file)
--- a/
builtin-push.c
+++ b/
builtin-push.c
@@
-107,7
+107,7
@@
static int push_with_options(struct transport *transport, int flags)
int err;
int nonfastforward;
- transport_set_verbosity(transport, verbosity);
+ transport_set_verbosity(transport, verbosity
, 0
);
if (receivepack)
transport_set_option(transport,