summaryrefslogtreecommitdiffstats
path: root/walker.c
AgeCommit message (Expand)AuthorLines
2025-11-04refs: introduce wrapper struct for `each_ref_fn`Patrick Steinhardt-6/+2
2025-07-28Merge branch 'rs/pop-recent-commit-with-prio-queue'Junio C Hamano-4/+7
2025-07-22commit: convert pop_most_recent_commit() to prio_queueRené Scharfe-4/+7
2025-07-01odb: rename `has_object()`Patrick Steinhardt-2/+2
2025-07-01object-store: rename files to "odb.{c,h}"Patrick Steinhardt-1/+1
2025-04-29treewide: convert users of `repo_has_object_file()` to `has_object()`Patrick Steinhardt-1/+2
2025-04-15object-store: merge "object-store-ll.h" and "object-store.h"Patrick Steinhardt-1/+1
2024-12-18progress: stop using `the_repository`Patrick Steinhardt-1/+2
2024-11-21refs: allow passing flags when setting up a transactionPatrick Steinhardt-1/+1
2024-10-25http-walker: use object_id instead of bare hashJeff King-2/+2
2024-08-09refs: add referent to each_ref_fnJohn Cai-0/+1
2024-06-14global: introduce `USE_THE_REPOSITORY_VARIABLE` macroPatrick Steinhardt-0/+2
2024-05-20Merge branch 'kn/ref-transaction-symref'Junio C Hamano-1/+1
2024-05-07cocci: apply rules to rewrite callers of "refs" interfacesPatrick Steinhardt-2/+4
2024-05-07refs: accept symref values in `ref_transaction_update()`Karthik Nayak-1/+1
2023-10-02tree-walk: init_tree_desc take an oid to get the hash algorithmEric W. Biederman-1/+1
2023-06-21object-store-ll.h: split this header out of object-store.hElijah Newren-1/+2
2023-04-11treewide: remove cache.h inclusion due to object.h changesElijah Newren-1/+1
2023-04-04Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...Junio C Hamano-3/+3
2023-03-28cocci: apply the "object-store.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason-1/+1
2023-03-28cocci: apply the "commit.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason-2/+2
2023-03-21treewide: be explicit about dependence on gettext.hElijah Newren-0/+1
2023-02-23cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren-0/+1
2022-09-01git-compat-util.h: use "UNUSED", not "UNUSED(var)"Ævar Arnfjörð Bjarmason-3/+3
2022-08-19refs: mark unused each_ref_fn parametersJeff King-2/+4
2021-04-13lookup_unknown_object(): take a repository argumentJeff King-1/+1
2020-03-09Merge branch 'rs/show-progress-in-dumb-http-fetch'Junio C Hamano-1/+12
2020-03-03remote-curl: show progress for fetches over dumb HTTPRené Scharfe-1/+12
2020-01-30walker_fetch(): avoid raw array length computationJeff King-1/+3
2019-06-20object: convert lookup_unknown_object() to use object_idJeff King-1/+1
2019-01-15tree-walk: store object_id in a separate memberbrian m. carlson-2/+2
2018-06-29commit: add repository argument to lookup_commit_reference_gentlyStefan Beller-1/+2
2018-06-29tree: add repository argument to lookup_treeStefan Beller-1/+2
2018-06-29blob: add repository argument to lookup_blobStefan Beller-1/+2
2018-06-29object: add repository argument to parse_objectStefan Beller-1/+2
2018-06-29Merge branch 'sb/object-store-grafts' into sb/object-store-lookupJunio C Hamano-0/+1
2018-05-23Merge branch 'ds/lazy-load-trees'Junio C Hamano-1/+1
2018-05-16object-store: move object access functions to object-store.hStefan Beller-0/+1
2018-04-24walker: drop fields of `struct walker` which are always 1Martin Ågren-11/+8
2018-04-11treewide: replace maybe_tree with accessor methodsDerrick Stolee-1/+1
2018-04-11treewide: rename tree to maybe_treeDerrick Stolee-1/+1
2018-02-14object: rename function 'typename' to 'type_name'Brandon Williams-2/+2
2017-10-16refs: update ref transactions to use struct object_idbrian m. carlson-1/+1
2017-10-16walker: convert to struct object_idbrian m. carlson-12/+12
2017-05-08object: convert parse_object* to take struct object_idbrian m. carlson-1/+1
2017-05-08Convert lookup_tree to struct object_idbrian m. carlson-1/+1
2017-05-08Convert lookup_blob to struct object_idbrian m. carlson-1/+1
2017-05-08Convert lookup_commit* to struct object_idbrian m. carlson-1/+1
2016-07-08walker: let walker_say take arbitrary formatsJeff King-3/+7
2016-04-25struct name_entry: use struct object_id instead of unsigned char sha1[20]brian m. carlson-2/+2