diff options
author | Junio C Hamano <gitster@pobox.com> | 2012-09-14 21:20:40 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2012-09-14 21:20:40 -0700 |
commit | c336bc104c47cc9c2f7caf6bce468fe00a8f6850 (patch) | |
tree | 501143681bb20b9d4642e5029a77bec2d321482c /builtin/log.c | |
parent | e70d1632bdaf25a9ee528e78133cab319083eade (diff) | |
parent | bafc478f1618534fcb85bedc0fa224bd2d462441 (diff) | |
download | git-c336bc104c47cc9c2f7caf6bce468fe00a8f6850.tar.gz |
Sync with 1.7.11.7
Diffstat (limited to 'builtin/log.c')
-rw-r--r-- | builtin/log.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/builtin/log.c b/builtin/log.c index ecc2793690..c22469cab6 100644 --- a/builtin/log.c +++ b/builtin/log.c @@ -109,9 +109,9 @@ static void cmd_log_init_finish(int argc, const char **argv, const char *prefix, PARSE_OPT_KEEP_ARGV0 | PARSE_OPT_KEEP_UNKNOWN | PARSE_OPT_KEEP_DASHDASH); - argc = setup_revisions(argc, argv, rev, opt); if (quiet) rev->diffopt.output_format |= DIFF_FORMAT_NO_OUTPUT; + argc = setup_revisions(argc, argv, rev, opt); /* Any arguments at this point are not recognized */ if (argc > 1) |