mirror of https://git.ffmpeg.org/ffmpeg.git
fate: Be silent when fetching Git updates
This commit is contained in:
parent
5e555f9300
commit
9328adcc80
|
@ -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
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in New Issue