summaryrefslogtreecommitdiff
path: root/prune-packed.c
AgeCommit message (Expand)Author
2023-06-21object-store-ll.h: split this header out of object-store.hElijah Newren
2023-03-21treewide: remove cache.h inclusion due to environment.h changesElijah Newren
2023-03-21environment.h: move declarations for environment.c functions from cache.hElijah Newren
2023-03-21treewide: be explicit about dependence on gettext.hElijah Newren
2023-03-21treewide: remove unnecessary cache.h inclusion from a few headersElijah Newren
2023-02-24treewide: ensure one of the appropriate headers is sourced firstElijah Newren
2020-03-24Lib-ify prune-packedDenton Liu
2006-08-02Make git-prune-packed a builtinMatthias Kestenholz
2005-11-29Make the rest of commands work from a subdirectory.Junio C Hamano
2005-10-28Be marginally more careful about removing objectsLinus Torvalds
2005-10-28Create object subdirectories on demand (phase II)Linus Torvalds
2005-10-16Sparse-directory safety fix.Junio C Hamano
2005-10-08Create object subdirectories on demandLinus Torvalds
2005-08-20Call prune-packed from "git prune" as well.Junio C Hamano
2005-07-27Typofix: usage strings fix.Junio C Hamano
2005-07-03Add "git-prune-packed" that removes objects that exist in a pack.Linus Torvalds