From: Matthew Flaschen <mflaschen@wikimedia.org>
To: git@vger.kernel.org
Subject: "git fetch" does not pass quiet setting to "git c"
Date: Thu, 14 Aug 2014 00:11:48 -0400 [thread overview]
Message-ID: <53EC3704.7060907@wikimedia.org> (raw)
"git fetch" does not pass the quiet flag (if applicable) to "git gc".
I've reproduced this in 2.0.1, but it appears to be present in master.
It looks like this line
(https://github.com/git/git/blob/master/builtin/fetch.c#L1201) is
calling "git gc" (which does support --quiet) without passing it.
Tested with:
git fetch -q origin master
I would expect to see no output for that. Instead, I see:
"Total 31 (delta 23), reused 31 (delta 23)"
(or whatever the values are).
This will cause cronjobs, for example, to send output when the command
completes normally.
Thanks,
Matthew Flaschen
reply other threads:[~2014-08-14 4:11 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=53EC3704.7060907@wikimedia.org \
--to=mflaschen@wikimedia.org \
--cc=git@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).