summaryrefslogtreecommitdiff
path: root/list-objects.c
AgeCommit message (Expand)Author
2025-07-01odb: rename `has_object()`Patrick Steinhardt
2025-07-01object-store: rename files to "odb.{c,h}"Patrick Steinhardt
2025-04-29treewide: convert users of `repo_has_object_file()` to `has_object()`Patrick Steinhardt
2025-04-15object-store: merge "object-store-ll.h" and "object-store.h"Patrick Steinhardt
2024-12-23Merge branch 'ps/build-sign-compare'Junio C Hamano
2024-12-06global: trivial conversions to fix `-Wsign-compare` warningsPatrick Steinhardt
2024-12-06global: mark code units that generate warnings with `-Wsign-compare`Patrick Steinhardt
2024-12-04packfile: pass down repository to `for_each_packed_object`Karthik Nayak
2024-12-04packfile: pass down repository to `has_object[_kept]_pack`Karthik Nayak
2024-06-14global: introduce `USE_THE_REPOSITORY_VARIABLE` macroPatrick Steinhardt
2024-03-28Merge branch 'eb/hash-transition'Junio C Hamano
2023-11-08Merge branch 'tb/rev-list-unpacked-fix'Junio C Hamano
2023-11-07list-objects: drop --unpacked non-commit objects from resultsTaylor Blau
2023-11-01rev-list: add commit object support in `--missing` optionKarthik Nayak
2023-11-01revision: rename bit to `do_not_die_on_missing_objects`Karthik Nayak
2023-10-02tree-walk: init_tree_desc take an oid to get the hash algorithmEric W. Biederman
2023-08-31list-objects: respect max_allowed_tree_depthJeff King
2023-08-02Merge branch 'jc/tree-walk-drop-base-offset'Junio C Hamano
2023-07-07tree-walk: lose base_offset that is never used in tree_entry_interestingJunio C Hamano
2023-06-21object-store-ll.h: split this header out of object-store.hElijah Newren
2023-04-11treewide: remove cache.h inclusion due to object.h changesElijah Newren
2023-04-04Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...Junio C Hamano
2023-03-28cocci: apply the "object-store.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason
2023-03-28cocci: apply the "commit.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason
2023-03-21treewide: be explicit about dependence on gettext.hElijah Newren
2023-02-23cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren
2022-12-13list-objects: drop process_gitlink() functionJeff King
2022-03-09list-objects: handle NULL function pointersÆvar Arnfjörð Bjarmason
2022-03-09list-objects: consolidate traverse_commit_list[_filtered]Derrick Stolee
2021-08-12list-objects.c: rename "traverse_trees_and_blobs" to "traverse_non_commits"Teng Long
2021-06-15bitmaps: don't recurse into trees already in the bitmapJeff King
2021-04-12list-objects: support filtering by tag and commitPatrick Steinhardt
2021-04-10list-objects: move tag processing into its own functionPatrick Steinhardt
2019-10-07Merge branch 'jk/list-objects-optim-wo-trees'Junio C Hamano
2019-09-12list-objects: don't queue root trees unless revs->tree_objects is setJeff King
2019-06-28list-objects-filter: encapsulate filter componentsMatthew DeVore
2019-04-10rev-list: detect broken root treesJeff King
2019-04-10list-objects.c: handle unexpected non-tree entriesTaylor Blau
2019-04-10list-objects.c: handle unexpected non-blob entriesTaylor Blau
2019-02-06Merge branch 'ds/push-sparse-tree-walk'Junio C Hamano
2019-01-29Merge branch 'bc/tree-walk-oid'Junio C Hamano
2019-01-17list-objects: consume sparse tree walkDerrick Stolee
2019-01-15tree-walk: store object_id in a separate memberbrian m. carlson
2019-01-14Merge branch 'nd/attr-pathspec-in-tree-walk'Junio C Hamano
2018-11-19tree-walk.c: make tree_entry_interesting() take an indexNguyễn Thái Ngọc Duy
2018-11-12list-objects.c: reduce the_repository referencesNguyễn Thái Ngọc Duy
2018-11-12list-objects-filter.c: remove implicit dependency on the_indexNguyễn Thái Ngọc Duy
2018-10-30Merge branch 'md/filter-trees'Junio C Hamano
2018-10-18list-objects: support for skipping tree traversalMatthew DeVore
2018-10-07revision: mark non-user-given objects insteadMatthew DeVore