aboutsummaryrefslogtreecommitdiffstats
path: root/builtin/prune.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-12-06global: mark code units that generate warnings with `-Wsign-compare`Patrick Steinhardt1-0/+2
2024-09-23Merge branch 'jc/pass-repo-to-builtins'Junio C Hamano1-1/+5
2024-09-13builtin: remove USE_THE_REPOSITORY_VARIABLE from builtin.hJohn Cai1-0/+1
2024-09-13builtin: add a repository parameter for builtin functionsJohn Cai1-1/+4
2024-09-12environment: make `get_object_directory()` accept a repositoryPatrick Steinhardt1-4/+4
2023-06-29Merge branch 'en/header-split-cache-h-part-3'Junio C Hamano1-3/+4
2023-06-21object-store-ll.h: split this header out of object-store.hElijah Newren1-1/+2
2023-06-21repository: remove unnecessary include of path.hElijah Newren1-0/+1
2023-06-21cache.h: remove this no-longer-used headerElijah Newren1-2/+1
2023-06-12repository: create disable_replace_refs()Derrick Stolee1-1/+1
2023-04-11object-file.h: move declarations for object-file.c functions from cache.hElijah Newren1-0/+1
2023-04-11object-name.h: move declarations for object-name.c functions from cache.hElijah Newren1-0/+1
2023-04-04Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...Junio C Hamano1-1/+1
2023-03-28cocci: apply the "cache.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason1-1/+1
2023-03-21environment.h: move declarations for environment.c functions from cache.hElijah Newren1-0/+1
2023-03-21treewide: be explicit about dependence on gettext.hElijah Newren1-0/+1
2023-03-17Merge branch 'jk/unused-post-2.39-part2'Junio C Hamano1-2/+4
2023-02-24for_each_object: mark unused callback parametersJeff King1-2/+4
2023-02-23replace-object.h: move read_replace_refs declaration from cache.h to hereElijah Newren1-0/+1
2023-02-23cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren1-0/+1
2022-11-21prune: quiet ENOENT on missing directoriesEric Wong1-1/+3
2022-04-13revisions API users: add straightforward release_revisions()Ævar Arnfjörð Bjarmason1-0/+1
2022-01-03Merge branch 'ns/tmp-objdir'Junio C Hamano1-4/+16
2021-12-08tmp-objdir: new API for creating temporary writable databasesNeeraj Singh1-4/+16
2021-09-27repack, prune: drop GIT_REF_PARANOIA settingsJeff King1-1/+0
2020-05-13Merge branch 'tb/shallow-cleanup'Junio C Hamano1-0/+1
2020-04-30shallow: extract a header file for shallow-related functionsTaylor Blau1-0/+1
2020-03-24Lib-ify prune-packedDenton Liu1-0/+1
2019-06-20object: convert lookup_object() to use object_idJeff King1-1/+1
2019-02-14prune: check SEEN flag for reachabilityJeff King1-5/+4
2019-02-14prune: lazily perform reachability traversalJeff King1-11/+32
2019-01-14Merge branch 'md/exclude-promisor-objects-fix-cleanup'Junio C Hamano1-1/+0
2018-12-06revision.c: put promisor option in specialized structMatthew DeVore1-1/+0
2018-11-06Merge branch 'md/exclude-promisor-objects-fix'Junio C Hamano1-0/+1
2018-11-06Merge branch 'js/shallow-and-fetch-prune'Junio C Hamano1-1/+1
2018-10-25shallow: offer to prune only non-existing entriesJohannes Schindelin1-1/+1
2018-10-23exclude-promisor-objects: declare when option is allowedMatthew DeVore1-0/+1
2018-09-21revision.c: remove implicit dependency on the_indexNguyễn Thái Ngọc Duy1-1/+1
2018-08-15Merge branch 'jk/core-use-replace-refs'Junio C Hamano1-1/+1
2018-07-18check_replace_refs: rename to read_replace_refsJeff King1-1/+1
2018-06-29object: add repository argument to lookup_objectStefan Beller1-1/+1
2018-05-18shallow: add repository argument to is_repository_shallowStefan Beller1-1/+1
2018-05-16object-store: move object access functions to object-store.hStefan Beller1-0/+1
2018-04-26cache.h: add repository argument to oid_object_infoStefan Beller1-1/+2
2018-03-14sha1_file: convert sha1_object_info* to object_idbrian m. carlson1-1/+1
2018-03-06Merge branch 'bw/c-plus-plus'Junio C Hamano1-1/+1
2018-02-14object: rename function 'typename' to 'type_name'Brandon Williams1-1/+1
2018-02-13Merge branch 'jh/fsck-promisors'Junio C Hamano1-0/+7
2017-12-08gc: do not repack promisor packfilesJonathan Tan1-0/+7
2017-12-06Merge branch 'rd/man-prune-progress'Junio C Hamano1-1/+1