summaryrefslogtreecommitdiff
path: root/prune-packed.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: remove cache.h inclusion due to environment.h changesElijah Newren2023-03-211-1/+1
* environment.h: move declarations for environment.c functions from cache.hElijah Newren2023-03-211-0/+1
* treewide: be explicit about dependence on gettext.hElijah Newren2023-03-211-0/+1
* treewide: remove unnecessary cache.h inclusion from a few headersElijah Newren2023-03-211-1/+1
* treewide: ensure one of the appropriate headers is sourced firstElijah Newren2023-02-231-0/+1
* Lib-ify prune-packedDenton Liu2020-03-241-0/+43
* Make git-prune-packed a builtinMatthias Kestenholz2006-08-021-79/+0
* Make the rest of commands work from a subdirectory.Junio C Hamano2005-11-281-0/+2
* Be marginally more careful about removing objectsLinus Torvalds2005-10-281-0/+1
* Create object subdirectories on demand (phase II)Linus Torvalds2005-10-281-2/+1
* Sparse-directory safety fix.Junio C Hamano2005-10-161-1/+1
* Create object subdirectories on demandLinus Torvalds2005-10-081-1/+4
* Call prune-packed from "git prune" as well.Junio C Hamano2005-08-191-4/+12
* Typofix: usage strings fix.Junio C Hamano2005-07-271-1/+1
* Add "git-prune-packed" that removes objects that exist in a pack.Linus Torvalds2005-07-031-0/+66