On Thu, Oct 21, 2010 at 11:19, Enrico Weigelt <weigelt@xxxxxxxx> wrote: > > Hi folks, > > > is there a way to make git-push silent in a way that it only > outputs something in case of error ? > > I'm using it as a backup tool via cron scripts, and therefore I > dont want any output when everything went okay. Not a solution on the git front, but I use cronic[1] to do this with arbitrary cron scripts (including some that do git pull/fetch). It traps all script output and is silent unless it encounters a nonzero return code. [1] http://habilis.net/cronic/ > > If there's no such a feature/switch yet, could anyone give me > a hint where/how to implement this ? > > > thx > -- > ---------------------------------------------------------------------- > Enrico Weigelt, metux IT service -- http://www.metux.de/ > > phone: +49 36207 519931 email: weigelt@xxxxxxxx > mobile: +49 151 27565287 icq: 210169427 skype: nekrad666 > ---------------------------------------------------------------------- > Embedded-Linux / Portierung / Opensource-QM / Verteilte Systeme > ---------------------------------------------------------------------- > -- > 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 -- 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