Re: [PATCH v2 12/25] fetch-pack: use a common function for verbose printing

2016-02-04 Thread Eric Sunshine
On Thu, Feb 4, 2016 at 4:03 AM, Nguyễn Thái Ngọc Duy wrote: > This reduces the number of "if (verbose)" which makes it a bit easier > to read imo. It also makes it easier to redirect all these printouts, > to a file for example. > > Signed-off-by: Nguyễn Thái Ngọc Duy > --- > diff --git a/fetch-p

Re: [PATCH v2 12/25] fetch-pack: use a common function for verbose printing

2016-02-04 Thread Junio C Hamano
Nguyễn Thái Ngọc Duy writes: > This reduces the number of "if (verbose)" which makes it a bit easier > to read imo. It also makes it easier to redirect all these printouts, > to a file for example. > > Signed-off-by: Nguyễn Thái Ngọc Duy > --- > fetch-pack.c | 88 > ++

[PATCH v2 12/25] fetch-pack: use a common function for verbose printing

2016-02-04 Thread Nguyễn Thái Ngọc Duy
This reduces the number of "if (verbose)" which makes it a bit easier to read imo. It also makes it easier to redirect all these printouts, to a file for example. Signed-off-by: Nguyễn Thái Ngọc Duy --- fetch-pack.c | 88 +--- 1 file change