git-repack (1) Linux Manual Page
NAME git-repack – Pack unpacked objects in a repository SYNOPSIS git repack[-a][-A][-d][-f][-F][-l][-n][-q][-b][-m][–window = <n>][–depth = <n>][–threads = <n>][–keep – pack = <pack – name>][–write – midx] DESCRIPTION This command is used to combine all objects that do not currently reside in a "pack", into a pack. It can also be used to re-organize existing packs…
