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