Linus Torvalds <torvalds@xxxxxxxx> writes: > 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? - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html