On Sat, Aug 14, 2010 at 16:33, Valeo de Vries <valeo@xxxxxxxxxxx> wrote: > On 14 August 2010 14:11, Enrico Weigelt <weigelt@xxxxxxxx> wrote: >> Hi, >> >> are there some flags to make the maintenance commands like >> git-repack and git-gc silent, so they only output errors ? > > Just redirect stdout to /dev/null and check git's return status, as Ęvar said. It's better to not redirect anything, set a trap that checks if anything exited with non-zero, and then look at all the output if anything fails. -- 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