diff options
Diffstat (limited to 'builtin-push.c')
-rw-r--r-- | builtin-push.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/builtin-push.c b/builtin-push.c index f8376cffa4..787011f928 100644 --- a/builtin-push.c +++ b/builtin-push.c @@ -175,6 +175,7 @@ int cmd_push(int argc, const char **argv, const char *prefix) const char *repo = NULL; /* default repository */ struct option options[] = { + OPT_BIT('q', "quiet", &flags, "be quiet", TRANSPORT_PUSH_QUIET), OPT_BIT('v', "verbose", &flags, "be verbose", TRANSPORT_PUSH_VERBOSE), OPT_STRING( 0 , "repo", &repo, "repository", "repository"), OPT_BIT( 0 , "all", &flags, "push all refs", TRANSPORT_PUSH_ALL), |