Re: [PATCH RFC/RFD] clone: quell the progress report from init

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Thu, Mar 25, 2010 at 09:46, Michael J Gruber
<git@xxxxxxxxxxxxxxxxxxxx> wrote:
> Currently, we really have two philosophies:
> - report only on error
> - be chatty on success
>
> I don't think that's a problem, but "simple" commands (e.g. branch, init,
> add) should be in the former camp.

Right. Everytime add scrolls out the current terminal buffer I wish I
had it sent to /dev/null.

>  builtin/clone.c |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)

Sometimes I think a statistics like "1 byte inserted" are more appropriate :)

> -       init_db(option_template, (option_verbosity < 0) ? INIT_DB_QUIET : 0);
> +       init_db(option_template, (option_verbosity <= 0) ? INIT_DB_QUIET : 0);
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [Linux Kernel Development]     [Gcc Help]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [V4L]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]     [Fedora Users]