summaryrefslogtreecommitdiff
path: root/builtin/branch.c
diff options
context:
space:
mode:
authorStefan Beller <stefanbeller@googlemail.com>2013-08-03 11:51:20 (GMT)
committerJunio C Hamano <gitster@pobox.com>2013-08-05 18:32:19 (GMT)
commitb7df098c6db078f60ac8f8e07ac0c5e320b7a86c (patch)
tree5ba4eefeab1aaef8d159361bf4fa02982987e8b7 /builtin/branch.c
parentd5d09d475440c24016ec52a0bcc8477d9a7b5c71 (diff)
downloadgit-b7df098c6db078f60ac8f8e07ac0c5e320b7a86c.zip
git-b7df098c6db078f60ac8f8e07ac0c5e320b7a86c.tar.gz
git-b7df098c6db078f60ac8f8e07ac0c5e320b7a86c.tar.bz2
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 'builtin/branch.c')
0 files changed, 0 insertions, 0 deletions