Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Use a strbuf for copying the command line for the reflog.
[gitweb.git]
/
builtin-push.c
diff --git
a/builtin-push.c
b/builtin-push.c
index d49157c9262032329a8a0ad8fb898c2f739b8b8b..41df717f847ecc41bf0a695fa09fbb926b42f720 100644
(file)
--- a/
builtin-push.c
+++ b/
builtin-push.c
@@
-117,6
+117,8
@@
int cmd_push(int argc, const char **argv, const char *prefix)
flags |= TRANSPORT_PUSH_FORCE;
if (dry_run)
flags |= TRANSPORT_PUSH_DRY_RUN;
+ if (verbose)
+ flags |= TRANSPORT_PUSH_VERBOSE;
if (tags)
add_refspec("refs/tags/*");
if (all)