]> sipb.mit.edu Git - ikiwiki.git/commitdiff
Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
authorJoey Hess <joey@gnu.kitenet.net>
Fri, 28 Aug 2009 00:19:28 +0000 (20:19 -0400)
committerJoey Hess <joey@gnu.kitenet.net>
Fri, 28 Aug 2009 00:19:28 +0000 (20:19 -0400)
gitremotes

index 91bf2fe84fb4580c1b479076a774066f09b20870..bcee005c3308090a694f143ccc275e5c7669d108 100755 (executable)
@@ -20,7 +20,7 @@ while (<IN>) {
                        $error |= system("git", "remote", "add", "-f", $remote, $url);
                }
                else {
-                       $error |= system("git", "fetch", $remote);
+                       $error |= system("git", "fetch", "--no-tag", $remote);
                }
        }
 }