summaryrefslogtreecommitdiffstats
path: root/reachable.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* packfile: pass down repository to `for_each_packed_object`Karthik Nayak2024-12-041-1/+1
* packfile: pass down repository to `has_object[_kept]_pack`Karthik Nayak2024-12-041-1/+1
* refs: add referent to each_ref_fnJohn Cai2024-08-091-1/+1
* global: introduce `USE_THE_REPOSITORY_VARIABLE` macroPatrick Steinhardt2024-06-141-0/+2
* cocci: apply rules to rewrite callers of "refs" interfacesPatrick Steinhardt2024-05-071-2/+3
* prune: mark rebase autostash and orig-head as reachablePhillip Wood2024-02-091-0/+50
* treewide: remove unnecessary includes in source filesElijah Newren2023-12-261-1/+0
* Merge branch 'en/header-split-cache-h-part-3'Junio C Hamano2023-06-301-1/+1
|\
| * object-store-ll.h: split this header out of object-store.hElijah Newren2023-06-211-1/+1
* | gc: introduce `gc.recentObjectsHook`Taylor Blau2023-06-121-3/+76
* | reachable.c: extract `obj_is_recent()`Taylor Blau2023-06-121-1/+7
|/
* treewide: remove cache.h inclusion due to environment.h changesElijah Newren2023-03-211-1/+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-6/+9
|\
| * for_each_object: mark unused callback parametersJeff King2023-02-241-1/+2
| * list-objects: mark unused callback parametersJeff King2023-02-241-5/+7
* | cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren2023-02-241-0/+1
|/
* reachable: report precise timestamps from objects in cruft packsTaylor Blau2022-05-271-1/+8
* reachable: add options to add_unseen_recent_objects_to_traversalTaylor Blau2022-05-271-8/+43
* pack-bitmap: drop filter in prepare_bitmap_walk()Derrick Stolee2022-03-091-1/+1
* object.h: add lookup_object_by_type() functionJeff King2021-06-291-18/+0
* Merge branch 'ps/rev-list-object-type-filter'Junio C Hamano2021-05-071-1/+1
|\
| * rev-list: allow filtering of provided itemsPatrick Steinhardt2021-04-191-1/+1
* | prune: save reachable-from-recent objects with bitmapsJeff King2021-04-291-9/+4
|/
* pack-bitmap: basic noop bitmap filter infrastructureJeff King2020-02-141-1/+1
* rev-list: allow commit-only bitmap traversalsJeff King2020-02-141-1/+1
* object: convert lookup_object() to use object_idJeff King2019-06-201-2/+2
* prune: use bitmaps for reachability traversalJeff King2019-02-151-0/+42
* tree: add repository argument to lookup_treeStefan Beller2018-06-291-1/+1
* blob: add repository argument to lookup_blobStefan Beller2018-06-291-1/+1
* object: add repository argument to lookup_objectStefan Beller2018-06-291-2/+2
* cache.h: add repository argument to oid_object_infoStefan Beller2018-04-261-1/+1
* Merge branch 'sb/object-store'Junio C Hamano2018-04-111-0/+1
|\
| * object-store: move packed_git and packed_git_mru to object storeStefan Beller2018-03-261-0/+1
* | sha1_file: convert sha1_object_info* to object_idbrian m. carlson2018-03-141-1/+1
* | object: rename function 'typename' to 'type_name'Brandon Williams2018-02-141-1/+1
|/
* Merge branch 'nd/prune-in-worktree'Junio C Hamano2017-09-191-0/+2
|\
| * revision.c: --all adds HEAD from all worktreesNguyễn Thái Ngọc Duy2017-08-241-0/+2
* | pack: move for_each_packed_object()Jonathan Tan2017-08-241-0/+1
|/
* Merge branch 'bc/object-id'Junio C Hamano2017-05-291-4/+4
|\
| * object: convert parse_object* to take struct object_idbrian m. carlson2017-05-081-2/+2
| * Convert lookup_tree to struct object_idbrian m. carlson2017-05-081-1/+1
| * Convert lookup_blob to struct object_idbrian m. carlson2017-05-081-1/+1
* | timestamp_t: a new data type for timestampsJohannes Schindelin2017-04-271-5/+4
|/
* Convert object iteration callbacks to struct object_idbrian m. carlson2017-02-221-15/+15
* reachable.c: use error_errno()Nguyễn Thái Ngọc Duy2016-05-091-2/+1
* list-objects: pass full pathname to callbacksJeff King2016-02-121-3/+2
* list-objects: drop name_path entirelyJeff King2016-02-121-1/+1
* Merge branch 'js/gc-with-stale-symref'Junio C Hamano2015-10-161-1/+7
|\
| * pack-objects: do not get distracted by broken symrefsJohannes Schindelin2015-10-081-1/+7