mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-03-28 12:32:17 +02:00
fate: Be silent when fetching Git updates
This commit is contained in:
parent
5e555f9300
commit
9328adcc80
@ -37,7 +37,7 @@ checkout(){
|
|||||||
update()(
|
update()(
|
||||||
cd ${src} || return
|
cd ${src} || return
|
||||||
case "$repo" in
|
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
|
esac
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user