Thread (1 message) 1 message, 1 author, 2016-08-11

Re: [PATCH 2/2] git push: add verbose flag and allow overriding of default target repository

From: Junio C Hamano <hidden>
Date: 2016-08-11 20:13:28

Linus Torvalds [off-list ref] writes:
quoted hunk
diff --git a/builtin-push.c b/builtin-push.c
index f5150ed..3151fb7 100644
--- a/builtin-push.c
+++ b/builtin-push.c
@@ -10,7 +10,7 @@
 
 static const char push_usage[] = "git-push [--all] [--tags] [-f | --force] <repository> [<refspec>...]";
 
-static int all, tags, force, thin = 1;
+static int all, tags, force, thin = 1, verbose;
 static const char *execute;
 
 #define BUF_SIZE (2084)
By the way, has anybody noticed we use a funny value for the
buffer size?
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help