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): "--objects", f"--remotes={project.remote.name}", "--filter=blob:none", + "--tags", ], capture_stdout=True, verify_command=True, @@ -228,6 +229,7 @@ class Gc(Command): "--indexed-objects", "--not", f"--remotes={project.remote.name}", + "--tags", ], capture_stdout=True, verify_command=True,