From 2af4c64f98ea223613e8864419576d65aef39b34 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bar=C4=B1=C5=9F=20Metin?= Date: Fri, 18 Jun 2010 10:27:04 +0200 Subject: [PATCH] pull tags too --- module-tools.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/module-tools.py b/module-tools.py index 6b41c35d..e0cf8380 100755 --- a/module-tools.py +++ b/module-tools.py @@ -290,7 +290,8 @@ class GitRepository: return self.__run_in_repo(c.run_fatal) def update(self, subdir=None, recursive=None): - return self.__run_command_in_repo("git pull") + 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