summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--subcmds/gc.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/subcmds/gc.py b/subcmds/gc.py
index 0831dc3c..4e5bcabf 100644
--- a/subcmds/gc.py
+++ b/subcmds/gc.py
@@ -206,6 +206,7 @@ class Gc(Command):
206 "--objects", 206 "--objects",
207 f"--remotes={project.remote.name}", 207 f"--remotes={project.remote.name}",
208 "--filter=blob:none", 208 "--filter=blob:none",
209 "--tags",
209 ], 210 ],
210 capture_stdout=True, 211 capture_stdout=True,
211 verify_command=True, 212 verify_command=True,
@@ -228,6 +229,7 @@ class Gc(Command):
228 "--indexed-objects", 229 "--indexed-objects",
229 "--not", 230 "--not",
230 f"--remotes={project.remote.name}", 231 f"--remotes={project.remote.name}",
232 "--tags",
231 ], 233 ],
232 capture_stdout=True, 234 capture_stdout=True,
233 verify_command=True, 235 verify_command=True,