Commit a8fe8d4f authored by Michael Niedermayer's avatar Michael Niedermayer

Merge commit '9510d768'

* commit '9510d768':
  fate.sh: Allow non-fast-forwards when updating sources
Merged-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parents 0460b9bb 9510d768
......@@ -35,7 +35,7 @@ checkout(){
update()(
cd ${src} || return
case "$repo" in
git:*) git pull --quiet ;;
git:*) git fetch --force; git reset --hard origin/master ;;
esac
)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment