author | Jim Meyering <jim@meyering.net> | |
Mon, 23 Oct 2006 13:59:48 +0000 (15:59 +0200) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Mon, 23 Oct 2006 21:31:52 +0000 (14:31 -0700) | ||
commit | 810799ecab6f9164401416988d9d79270315ba18 | |
tree | b2dd5f9762753942af16afb0818fd8cf5fd26733 | tree | snapshot |
parent | 0cc6d3464a1944e930cfb12ba030eb1581323845 | commit | diff |
git-clone: honor --quiet
I noticed that a cron-launched "git-clone --quiet" was generating
progress output to standard error -- and thus always spamming me.
The offending output was due to git-clone invoking git-read-tree with
its undocumented -v option.
This change turns off "-v" for --quiet.
Signed-off-by: Jim Meyering <jim@meyering.net>
Signed-off-by: Junio C Hamano <junkio@cox.net>
I noticed that a cron-launched "git-clone --quiet" was generating
progress output to standard error -- and thus always spamming me.
The offending output was due to git-clone invoking git-read-tree with
its undocumented -v option.
This change turns off "-v" for --quiet.
Signed-off-by: Jim Meyering <jim@meyering.net>
Signed-off-by: Junio C Hamano <junkio@cox.net>
git-clone.sh | diff | blob | history |