projects
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5e555f9
)
fate: Be silent when fetching Git updates
author
Diego Biurrun
<diego@biurrun.de>
Sat, 20 Feb 2016 17:34:20 +0000
(18:34 +0100)
committer
Diego Biurrun
<diego@biurrun.de>
Tue, 23 Feb 2016 10:45:37 +0000
(11:45 +0100)
tests/fate.sh
patch
|
blob
|
blame
|
history
diff --git
a/tests/fate.sh
b/tests/fate.sh
index
8adbd8c
..
a192981
100755
(executable)
--- a/
tests/fate.sh
+++ b/
tests/fate.sh
@@
-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
)