From eb8cca219b0082ffc60f57c05565746c611e1e57 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bar=C4=B1=C5=9F=20Metin?= Date: Fri, 18 Jun 2010 10:45:10 +0200 Subject: [PATCH] support older git versions --- module-tools.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module-tools.py b/module-tools.py index 14708525..7f1106f6 100755 --- a/module-tools.py +++ b/module-tools.py @@ -290,8 +290,8 @@ class GitRepository: return self.__run_in_repo(c.run_fatal) def update(self, subdir=None, recursive=None): + self.__run_command_in_repo("git fetch --tags") self.__run_command_in_repo("git pull") - self.__run_command_in_repo("git pull --tags") def to_branch(self, branch, remote=True): if remote: -- 2.47.0