From 48a9902cf0fc0cfec0712b8c26f70be7798db3dd Mon Sep 17 00:00:00 2001 From: wm4 Date: Wed, 29 Jan 2014 23:36:54 +0100 Subject: Always force the git fetch remote URL This makes it easy to switch the repo URL, like we'll have to do with libass. If you don't want this, edit the update script, I guess. --- update | 1 + 1 file changed, 1 insertion(+) diff --git a/update b/update index 24aba93..89db462 100755 --- a/update +++ b/update @@ -8,6 +8,7 @@ do_clone() fi ( cd "$1" + git remote set-url origin "$2" git fetch ) } -- cgit v1.2.3