Hello: Running git count-objects -v reports garbage files: $ git count-objects -v warning: garbage found: ./objects/pack/tmp_pack_XSv8MO warning: garbage found: ./objects/pack/tmp_pack_2uOuMg warning: garbage found: ./objects/pack/tmp_pack_KzP1ja count: 19 size: 84 in-pack: 172456 packs: 6 size-pack: 63907 prune-packable: 0 garbage: 3 size-garbage: 1911 Is there a way to tell git to clean those up? I'm not finding anything and would rather avoid having to parse stderr in these cases. Best, -K