diff options
author | Stefan Beller <stefanbeller@googlemail.com> | 2013-08-03 13:51:20 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2013-08-05 11:32:19 -0700 |
commit | b7df098c6db078f60ac8f8e07ac0c5e320b7a86c (patch) | |
tree | 5ba4eefeab1aaef8d159361bf4fa02982987e8b7 /notes-merge.h | |
parent | Replace deprecated OPT_BOOLEAN by OPT_BOOL (diff) | |
download | tgif-b7df098c6db078f60ac8f8e07ac0c5e320b7a86c.tar.xz |
log, format-patch: parsing uses OPT__QUIET
This patch allows users to use the short form -q on
log and format-patch, which was non possible before.
Also the documentation of format-patch mentions -q now.
The documentation of log doesn't even talk about --quiet, so I'll leave
that for more experienced git contributors. ;)
It doesn't seem to change the default behavior, but in combination
with --stat for example it suppresses the actual stats.
however the only relevant code in log is
if (quiet)
rev->diffopt.output_format |= DIFF_FORMAT_NO_OUTPUT;
Signed-off-by: Stefan Beller <stefanbeller@googlemail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'notes-merge.h')
0 files changed, 0 insertions, 0 deletions