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: Be silent when switching to Git branch
tags/n3.1
Diego Biurrun
10 years ago
parent
8d918a98aa
commit
8caadfc53d
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
@@ -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
)
Write
Preview
Loading…
Cancel
Save