[FFmpeg-cvslog] fate: Be silent when switching to Git branch
Diego Biurrun
git at videolan.org
Wed Feb 24 19:25:46 CET 2016
ffmpeg | branch: master | Diego Biurrun <diego at biurrun.de> | Fri Feb 19 22:05:07 2016 +0100| [8caadfc53ddc55a269722ada65294f0ea8b609ac] | committer: Diego Biurrun
fate: Be silent when switching to Git branch
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=8caadfc53ddc55a269722ada65294f0ea8b609ac
---
tests/fate.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/fate.sh b/tests/fate.sh
index f9f8b95..8adbd8c 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 --hard "origin/$branch" ;;
+ git:*) git fetch --force; git reset --quiet --hard "origin/$branch" ;;
esac
)
More information about the ffmpeg-cvslog
mailing list