mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2026-06-19 19:03:00 +02:00
fate: Be silent when fetching Git updates
This commit is contained in:
+1
-1
@@ -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
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user