[FFmpeg-cvslog] fate.sh: Run git-clone quietly
Diego Biurrun
git at videolan.org
Wed Sep 11 12:40:51 CEST 2013
ffmpeg | branch: master | Diego Biurrun <diego at biurrun.de> | Tue Sep 10 08:26:27 2013 +0200| [c58f4069e1d5b5804c669b691510e1b8fabb67fc] | committer: Diego Biurrun
fate.sh: Run git-clone quietly
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=c58f4069e1d5b5804c669b691510e1b8fabb67fc
---
tests/fate.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/fate.sh b/tests/fate.sh
index de59c22..7505181 100755
--- a/tests/fate.sh
+++ b/tests/fate.sh
@@ -28,7 +28,7 @@ lock(){
checkout(){
case "$repo" in
file:*|/*) src="${repo#file:}" ;;
- git:*) git clone "$repo" "$src" ;;
+ git:*) git clone --quiet "$repo" "$src" ;;
esac
}
More information about the ffmpeg-cvslog
mailing list