This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
fate.sh: Run git-clone quietly
tags/n2.1
Diego Biurrun
12 years ago
parent
f369b9356c
commit
c58f4069e1
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
tests/fate.sh
+ 1
- 1
tests/fate.sh
View File
@@ -28,7 +28,7 @@ lock(){
checkout(){
case "$repo" in
file:*|/*) src="${repo#file:}" ;;
git:*) git clone "$repo" "$src" ;;
git:*) git clone
--quiet
"$repo" "$src" ;;
esac
}
Write
Preview
Loading…
Cancel
Save