summaryrefslogtreecommitdiff
path: root/builtin/prune.c
AgeCommit message (Expand)Author
2023-06-29Merge branch 'en/header-split-cache-h-part-3'Junio C Hamano
2023-06-21object-store-ll.h: split this header out of object-store.hElijah Newren
2023-06-21repository: remove unnecessary include of path.hElijah Newren
2023-06-21cache.h: remove this no-longer-used headerElijah Newren
2023-06-12repository: create disable_replace_refs()Derrick Stolee
2023-04-11object-file.h: move declarations for object-file.c functions from cache.hElijah Newren
2023-04-11object-name.h: move declarations for object-name.c functions from cache.hElijah Newren
2023-04-04Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...Junio C Hamano
2023-03-28cocci: apply the "cache.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason
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-17Merge branch 'jk/unused-post-2.39-part2'Junio C Hamano
2023-02-24for_each_object: mark unused callback parametersJeff King
2023-02-24replace-object.h: move read_replace_refs declaration from cache.h to hereElijah Newren
2023-02-24cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren
2022-11-21prune: quiet ENOENT on missing directoriesEric Wong
2022-04-14revisions API users: add straightforward release_revisions()Ævar Arnfjörð Bjarmason
2022-01-04Merge branch 'ns/tmp-objdir'Junio C Hamano
2021-12-08tmp-objdir: new API for creating temporary writable databasesNeeraj Singh
2021-09-27repack, prune: drop GIT_REF_PARANOIA settingsJeff King
2020-05-13Merge branch 'tb/shallow-cleanup'Junio C Hamano
2020-04-30shallow: extract a header file for shallow-related functionsTaylor Blau
2020-03-24Lib-ify prune-packedDenton Liu
2019-06-20object: convert lookup_object() to use object_idJeff King
2019-02-14prune: check SEEN flag for reachabilityJeff King
2019-02-14prune: lazily perform reachability traversalJeff King
2019-01-14Merge branch 'md/exclude-promisor-objects-fix-cleanup'Junio C Hamano
2018-12-06revision.c: put promisor option in specialized structMatthew DeVore
2018-11-06Merge branch 'md/exclude-promisor-objects-fix'Junio C Hamano
2018-11-06Merge branch 'js/shallow-and-fetch-prune'Junio C Hamano
2018-10-25shallow: offer to prune only non-existing entriesJohannes Schindelin
2018-10-23exclude-promisor-objects: declare when option is allowedMatthew DeVore
2018-09-21revision.c: remove implicit dependency on the_indexNguyễn Thái Ngọc Duy
2018-08-15Merge branch 'jk/core-use-replace-refs'Junio C Hamano
2018-07-18check_replace_refs: rename to read_replace_refsJeff King
2018-06-29object: add repository argument to lookup_objectStefan Beller
2018-05-17shallow: add repository argument to is_repository_shallowStefan Beller
2018-05-16object-store: move object access functions to object-store.hStefan Beller
2018-04-26cache.h: add repository argument to oid_object_infoStefan Beller
2018-03-14sha1_file: convert sha1_object_info* to object_idbrian m. carlson
2018-03-06Merge branch 'bw/c-plus-plus'Junio C Hamano
2018-02-14object: rename function 'typename' to 'type_name'Brandon Williams
2018-02-13Merge branch 'jh/fsck-promisors'Junio C Hamano
2017-12-08gc: do not repack promisor packfilesJonathan Tan
2017-12-06Merge branch 'rd/man-prune-progress'Junio C Hamano
2017-11-22prune: add "--progress" to man page and usage msgRobert P. J. Day
2017-08-19progress: simplify "delayed" progress APIJunio C Hamano
2017-07-05Merge branch 'rs/sha1-name-readdir-optim'Junio C Hamano
2017-06-24sha1_file: guard against invalid loose subdirectory numbersRené Scharfe
2017-05-29Merge branch 'bc/object-id'Junio C Hamano