aboutsummaryrefslogtreecommitdiff
path: root/gitremotes
diff options
context:
space:
mode:
Diffstat (limited to 'gitremotes')
-rwxr-xr-xgitremotes2
1 files changed, 1 insertions, 1 deletions
diff --git a/gitremotes b/gitremotes
index 91bf2fe84..bcee005c3 100755
--- a/gitremotes
+++ b/gitremotes
@@ -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);
}
}
}