You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
fate: Be silent when switching to Git branch
This commit is contained in:
@@ -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
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user