You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
Merge commit 'c58f4069e1d5b5804c669b691510e1b8fabb67fc'
* commit 'c58f4069e1d5b5804c669b691510e1b8fabb67fc': fate.sh: Run git-clone quietly Merged-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
@@ -28,7 +28,7 @@ lock(){
|
|||||||
checkout(){
|
checkout(){
|
||||||
case "$repo" in
|
case "$repo" in
|
||||||
file:*|/*) src="${repo#file:}" ;;
|
file:*|/*) src="${repo#file:}" ;;
|
||||||
git:*) git clone "$repo" "$src" ;;
|
git:*) git clone --quiet "$repo" "$src" ;;
|
||||||
esac
|
esac
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user