summaryrefslogtreecommitdiffstats
path: root/project.py
diff options
context:
space:
mode:
Diffstat (limited to 'project.py')
-rw-r--r--project.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/project.py b/project.py
index 6217aec8..1e525b38 100644
--- a/project.py
+++ b/project.py
@@ -1836,6 +1836,8 @@ class Project(object):
1836 cmd.append('--quiet') 1836 cmd.append('--quiet')
1837 if not self.worktree: 1837 if not self.worktree:
1838 cmd.append('--update-head-ok') 1838 cmd.append('--update-head-ok')
1839 if self.manifest.IsMirror:
1840 cmd.append('--prune')
1839 cmd.append(name) 1841 cmd.append(name)
1840 1842
1841 # If using depth then we should not get all the tags since they may 1843 # If using depth then we should not get all the tags since they may