Re: [PATCH 2/2] fetch: silence git-gc if --quiet is given

2014-08-15 Thread Duy Nguyen
On Fri, Aug 15, 2014 at 2:56 AM, Jeff King p...@peff.net wrote: I think this is a fine fix for this specific problem, and we should apply it. But I do wonder if it would be simpler in the long run to treat verbosity as a global option, and pass it around via a GIT_QUIET (or GIT_VERBOSITY)

[PATCH 2/2] fetch: silence git-gc if --quiet is given

2014-08-14 Thread Nguyễn Thái Ngọc Duy
Noticed-by: Matthew Flaschen mflasc...@wikimedia.org Signed-off-by: Nguyễn Thái Ngọc Duy pclo...@gmail.com --- builtin/fetch.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/builtin/fetch.c b/builtin/fetch.c index 9394194..4ff4080 100644 --- a/builtin/fetch.c +++ b/builtin/fetch.c @@

Re: [PATCH 2/2] fetch: silence git-gc if --quiet is given

2014-08-14 Thread Jeff King
On Thu, Aug 14, 2014 at 06:51:05PM +0700, Nguyễn Thái Ngọc Duy wrote: Noticed-by: Matthew Flaschen mflasc...@wikimedia.org Signed-off-by: Nguyễn Thái Ngọc Duy pclo...@gmail.com --- builtin/fetch.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/builtin/fetch.c b/builtin/fetch.c