[FFmpeg-cvslog] fate: Be silent when fetching Git updates
Diego Biurrun
git at videolan.org
Fri Mar 4 17:18:51 CET 2016
ffmpeg | branch: master | Diego Biurrun <diego at biurrun.de> | Sat Feb 20 18:34:20 2016 +0100| [9328adcc8012a1b0e00c465c85b5453589a4f5f7] | committer: Diego Biurrun
fate: Be silent when fetching Git updates
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=9328adcc8012a1b0e00c465c85b5453589a4f5f7
---
tests/fate.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/fate.sh b/tests/fate.sh
index 8adbd8c..a192981 100755
--- a/tests/fate.sh
+++ b/tests/fate.sh
@@ -37,7 +37,7 @@ checkout(){
update()(
cd ${src} || return
case "$repo" in
- git:*) git fetch --force; git reset --quiet --hard "origin/$branch" ;;
+ git:*) git fetch --quiet --force; git reset --quiet --hard "origin/$branch" ;;
esac
)
More information about the ffmpeg-cvslog
mailing list