]> sipb.mit.edu Git - ikiwiki.git/commitdiff
Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
authorJoey Hess <joey@kitenet.net>
Fri, 7 May 2010 17:03:30 +0000 (13:03 -0400)
committerJoey Hess <joey@kitenet.net>
Fri, 7 May 2010 17:03:30 +0000 (13:03 -0400)
gitremotes

index f596c650f56f1a96b2b53ec5aeb7ad85f818b6d3..6c03011a8cb5ac73a90edb1e74dab102c55eb9d5 100755 (executable)
@@ -16,7 +16,9 @@ while (<IN>) {
                my ($oldurl)=$info=~/URL: (.*)/m;
                if ($oldurl ne $url) {
                        system("git remote rm $remote 2>/dev/null");
-                       system("git", "remote", "add", "-f", $remote, $url)
+                       system("git", "remote", "add", "-f", $remote, $url);
+                       system("git", "config", "remote.$remote.tagopt",
+                               "--no-tags");
                }
        }
 }