summaryrefslogtreecommitdiff
path: root/builtin/prune.c
Commit message (Expand)AuthorAgeFilesLines
* object-file.h: move declarations for object-file.c functions from cache.hElijah Newren2023-04-111-0/+1
* object-name.h: move declarations for object-name.c functions from cache.hElijah Newren2023-04-111-0/+1
* Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...Junio C Hamano2023-04-041-1/+1
|\
| * cocci: apply the "cache.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason2023-03-281-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
* | Merge branch 'jk/unused-post-2.39-part2'Junio C Hamano2023-03-171-2/+4
|\ \
| * | for_each_object: mark unused callback parametersJeff King2023-02-241-2/+4
| |/
* | replace-object.h: move read_replace_refs declaration from cache.h to hereElijah Newren2023-02-231-0/+1
* | cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren2023-02-231-0/+1
|/
* prune: quiet ENOENT on missing directoriesEric Wong2022-11-211-1/+3
* revisions API users: add straightforward release_revisions()Ævar Arnfjörð Bjarmason2022-04-131-0/+1
* Merge branch 'ns/tmp-objdir'Junio C Hamano2022-01-031-4/+16
|\
| * tmp-objdir: new API for creating temporary writable databasesNeeraj Singh2021-12-081-4/+16
* | repack, prune: drop GIT_REF_PARANOIA settingsJeff King2021-09-271-1/+0
|/
* Merge branch 'tb/shallow-cleanup'Junio C Hamano2020-05-131-0/+1
|\
| * shallow: extract a header file for shallow-related functionsTaylor Blau2020-04-301-0/+1
* | Lib-ify prune-packedDenton Liu2020-03-241-0/+1
|/
* object: convert lookup_object() to use object_idJeff King2019-06-201-1/+1
* prune: check SEEN flag for reachabilityJeff King2019-02-141-5/+4
* prune: lazily perform reachability traversalJeff King2019-02-141-11/+32
* Merge branch 'md/exclude-promisor-objects-fix-cleanup'Junio C Hamano2019-01-141-1/+0
|\
| * revision.c: put promisor option in specialized structMatthew DeVore2018-12-061-1/+0
* | Merge branch 'md/exclude-promisor-objects-fix'Junio C Hamano2018-11-061-0/+1
|\ \ | |/
| * exclude-promisor-objects: declare when option is allowedMatthew DeVore2018-10-231-0/+1
* | Merge branch 'js/shallow-and-fetch-prune'Junio C Hamano2018-11-061-1/+1
|\ \
| * | shallow: offer to prune only non-existing entriesJohannes Schindelin2018-10-251-1/+1
* | | revision.c: remove implicit dependency on the_indexNguyễn Thái Ngọc Duy2018-09-211-1/+1
|/ /
* | Merge branch 'jk/core-use-replace-refs'Junio C Hamano2018-08-151-1/+1
|\ \
| * | check_replace_refs: rename to read_replace_refsJeff King2018-07-181-1/+1
* | | object: add repository argument to lookup_objectStefan Beller2018-06-291-1/+1
|/ /
* | shallow: add repository argument to is_repository_shallowStefan Beller2018-05-181-1/+1
* | object-store: move object access functions to object-store.hStefan Beller2018-05-161-0/+1
* | cache.h: add repository argument to oid_object_infoStefan Beller2018-04-261-1/+2
* | sha1_file: convert sha1_object_info* to object_idbrian m. carlson2018-03-141-1/+1
|/
* Merge branch 'bw/c-plus-plus'Junio C Hamano2018-03-061-1/+1
|\
| * object: rename function 'typename' to 'type_name'Brandon Williams2018-02-141-1/+1
* | Merge branch 'jh/fsck-promisors'Junio C Hamano2018-02-131-0/+7
|\ \ | |/ |/|
| * gc: do not repack promisor packfilesJonathan Tan2017-12-081-0/+7
* | Merge branch 'rd/man-prune-progress'Junio C Hamano2017-12-061-1/+1
|\ \ | |/ |/|
| * prune: add "--progress" to man page and usage msgrd/man-prune-progresspd/man-prune-progressRobert P. J. Day2017-11-221-1/+1
* | progress: simplify "delayed" progress APIjc/simplify-progressJunio C Hamano2017-08-191-1/+1
* | Merge branch 'rs/sha1-name-readdir-optim'Junio C Hamano2017-07-051-1/+1
|\ \
| * | sha1_file: guard against invalid loose subdirectory numbersrs/sha1-name-readdir-optimRené Scharfe2017-06-241-1/+1
* | | Merge branch 'bc/object-id'Junio C Hamano2017-05-291-3/+4
|\ \ \
| * | | object: convert parse_object* to take struct object_idbrian m. carlson2017-05-081-1/+2
| * | | builtin/prune: convert to struct object_idbrian m. carlson2017-05-021-3/+3
| |/ /
* | | timestamp_t: a new data type for timestampsJohannes Schindelin2017-04-271-2/+2
|/ /
* | Convert object iteration callbacks to struct object_idbrian m. carlson2017-02-221-4/+4
|/
* Merge branch 'jk/repository-extension'Junio C Hamano2015-10-261-0/+3
|\