Code

git-svn: don't output git commits in quiet mode
authorSimon Arlott <simon@fire.lp0.eu>
Sun, 29 Mar 2009 19:34:50 +0000 (20:34 +0100)
committerEric Wong <normalperson@yhbt.net>
Sun, 29 Mar 2009 22:42:00 +0000 (15:42 -0700)
commit18d5cf908fe89c780872acc8a9f11d061e4556b6
tree8d24111fb7b6b72f392528c7a8a92501a37a4a2c
parent4f821012c3feb7c0a36be3849e971fbeff4fbc3b
git-svn: don't output git commits in quiet mode

Ideally only errors should be output in this mode so fetch
can be run from cron and normally produce no output. Without
this change it would output a single line on each git commit,
e.g.
r1909 = 32ef87860662526d4a62f903949ed21e0341079e (u2_10_12_branch)

Signed-off-by: Simon Arlott <simon@fire.lp0.eu>
Acked-by: Eric Wong <normalperson@yhbt.net>
git-svn.perl