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 6112c404..4427575e 100644
--- a/project.py
+++ b/project.py
@@ -1842,6 +1842,8 @@ class Project(object):
1842 cmd.append('--quiet') 1842 cmd.append('--quiet')
1843 if not self.worktree: 1843 if not self.worktree:
1844 cmd.append('--update-head-ok') 1844 cmd.append('--update-head-ok')
1845 if self.manifest.IsMirror:
1846 cmd.append('--prune')
1845 cmd.append(name) 1847 cmd.append(name)
1846 1848
1847 # If using depth then we should not get all the tags since they may 1849 # If using depth then we should not get all the tags since they may