| Age | Commit message (Expand) | Author | Files | Lines |
| 2024-03-28 | Merge branch 'eb/hash-transition' | Junio C Hamano | 1 | -1/+1 |
| 2023-11-08 | Merge branch 'tb/rev-list-unpacked-fix' | Junio C Hamano | 1 | -0/+3 |
| 2023-11-07 | list-objects: drop --unpacked non-commit objects from results | Taylor Blau | 1 | -0/+3 |
| 2023-11-01 | rev-list: add commit object support in `--missing` option | Karthik Nayak | 1 | -0/+3 |
| 2023-11-01 | revision: rename bit to `do_not_die_on_missing_objects` | Karthik Nayak | 1 | -1/+1 |
| 2023-10-02 | tree-walk: init_tree_desc take an oid to get the hash algorithm | Eric W. Biederman | 1 | -1/+1 |
| 2023-08-31 | list-objects: respect max_allowed_tree_depth | Jeff King | 1 | -0/+8 |
| 2023-08-02 | Merge branch 'jc/tree-walk-drop-base-offset' | Junio C Hamano | 1 | -1/+1 |
| 2023-07-07 | tree-walk: lose base_offset that is never used in tree_entry_interesting | Junio C Hamano | 1 | -1/+1 |
| 2023-06-21 | object-store-ll.h: split this header out of object-store.h | Elijah Newren | 1 | -1/+1 |
| 2023-04-11 | treewide: remove cache.h inclusion due to object.h changes | Elijah Newren | 1 | -1/+1 |
| 2023-04-04 | Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-... | Junio C Hamano | 1 | -8/+12 |
| 2023-03-28 | cocci: apply the "object-store.h" part of "the_repository.pending" | Ævar Arnfjörð Bjarmason | 1 | -1/+1 |
| 2023-03-28 | cocci: apply the "commit.h" part of "the_repository.pending" | Ævar Arnfjörð Bjarmason | 1 | -7/+11 |
| 2023-03-21 | treewide: be explicit about dependence on gettext.h | Elijah Newren | 1 | -0/+1 |
| 2023-02-23 | cache.h: remove dependence on hex.h; make other files include it explicitly | Elijah Newren | 1 | -0/+1 |
| 2022-12-13 | list-objects: drop process_gitlink() function | Jeff King | 1 | -32/+1 |
| 2022-03-09 | list-objects: handle NULL function pointers | Ævar Arnfjörð Bjarmason | 1 | -5/+22 |
| 2022-03-09 | list-objects: consolidate traverse_commit_list[_filtered] | Derrick Stolee | 1 | -22/+12 |
| 2021-08-12 | list-objects.c: rename "traverse_trees_and_blobs" to "traverse_non_commits" | Teng Long | 1 | -4/+4 |
| 2021-06-15 | bitmaps: don't recurse into trees already in the bitmap | Jeff King | 1 | -0/+3 |
| 2021-04-12 | list-objects: support filtering by tag and commit | Patrick Steinhardt | 1 | -3/+20 |
| 2021-04-10 | list-objects: move tag processing into its own function | Patrick Steinhardt | 1 | -2/+9 |
| 2019-10-07 | Merge branch 'jk/list-objects-optim-wo-trees' | Junio C Hamano | 1 | -1/+3 |
| 2019-09-12 | list-objects: don't queue root trees unless revs->tree_objects is set | Jeff King | 1 | -1/+3 |
| 2019-06-28 | list-objects-filter: encapsulate filter components | Matthew DeVore | 1 | -33/+22 |
| 2019-04-10 | rev-list: detect broken root trees | Jeff King | 1 | -0/+3 |
| 2019-04-10 | list-objects.c: handle unexpected non-tree entries | Taylor Blau | 1 | -0/+5 |
| 2019-04-10 | list-objects.c: handle unexpected non-blob entries | Taylor Blau | 1 | -0/+5 |
| 2019-02-06 | Merge branch 'ds/push-sparse-tree-walk' | Junio C Hamano | 1 | -11/+59 |
| 2019-01-29 | Merge branch 'bc/tree-walk-oid' | Junio C Hamano | 1 | -3/+3 |
| 2019-01-17 | list-objects: consume sparse tree walk | Derrick Stolee | 1 | -11/+59 |
| 2019-01-15 | tree-walk: store object_id in a separate member | brian m. carlson | 1 | -3/+3 |
| 2019-01-14 | Merge branch 'nd/attr-pathspec-in-tree-walk' | Junio C Hamano | 1 | -1/+2 |
| 2018-11-19 | tree-walk.c: make tree_entry_interesting() take an index | Nguyễn Thái Ngọc Duy | 1 | -1/+2 |
| 2018-11-12 | list-objects.c: reduce the_repository references | Nguyễn Thái Ngọc Duy | 1 | -2/+2 |
| 2018-11-12 | list-objects-filter.c: remove implicit dependency on the_index | Nguyễn Thái Ngọc Duy | 1 | -3/+6 |
| 2018-10-30 | Merge branch 'md/filter-trees' | Junio C Hamano | 1 | -110/+125 |
| 2018-10-18 | list-objects: support for skipping tree traversal | Matthew DeVore | 1 | -1/+4 |
| 2018-10-07 | revision: mark non-user-given objects instead | Matthew DeVore | 1 | -13/+18 |
| 2018-10-07 | rev-list: handle missing tree objects properly | Matthew DeVore | 1 | -3/+8 |
| 2018-09-21 | revision.c: reduce implicit dependency the_repository | Nguyễn Thái Ngọc Duy | 1 | -3/+5 |
| 2018-08-15 | list-objects: always parse trees gently | Matthew DeVore | 1 | -3/+1 |
| 2018-08-13 | list-objects: refactor to process_tree_contents | Matthew DeVore | 1 | -27/+41 |
| 2018-08-13 | list-objects: store common func args in struct | Matthew DeVore | 1 | -84/+74 |
| 2018-08-02 | Merge branch 'sb/object-store-lookup' | Junio C Hamano | 1 | -2/+2 |
| 2018-07-24 | Merge branch 'jt/partial-clone-fsck-connectivity' | Junio C Hamano | 1 | -3/+3 |
| 2018-07-18 | Merge branch 'sb/object-store-grafts' | Junio C Hamano | 1 | -0/+1 |
| 2018-07-09 | upload-pack: send refs' objects despite "filter" | Jonathan Tan | 1 | -3/+3 |
| 2018-06-29 | tree: add repository argument to lookup_tree | Stefan Beller | 1 | -1/+1 |
| 2018-06-29 | blob: add repository argument to lookup_blob | Stefan Beller | 1 | -1/+1 |
| 2018-06-29 | Merge branch 'sb/object-store-grafts' into sb/object-store-lookup | Junio C Hamano | 1 | -0/+1 |
| 2018-05-16 | object-store: move object access functions to object-store.h | Stefan Beller | 1 | -0/+1 |
| 2018-04-11 | treewide: replace maybe_tree with accessor methods | Derrick Stolee | 1 | -5/+5 |
| 2018-04-11 | treewide: rename tree to maybe_tree | Derrick Stolee | 1 | -5/+5 |
| 2018-02-13 | Merge branch 'jh/fsck-promisors' | Junio C Hamano | 1 | -1/+28 |
| 2017-12-28 | Merge branch 'sb/describe-blob' | Junio C Hamano | 1 | -21/+46 |
| 2017-12-08 | rev-list: support termination at promisor objects | Jonathan Tan | 1 | -1/+28 |
| 2017-11-22 | list-objects: filter objects in traverse_commit_list | Jeff Hostetler | 1 | -16/+79 |
| 2017-11-16 | revision.h: introduce blob/tree walking in order of the commits | Stefan Beller | 1 | -0/+8 |
| 2017-11-03 | list-objects.c: factor out traverse_trees_and_blobs | Stefan Beller | 1 | -19/+31 |
| 2017-05-08 | Convert lookup_tree to struct object_id | brian m. carlson | 1 | -1/+1 |
| 2017-05-08 | Convert lookup_blob to struct object_id | brian m. carlson | 1 | -1/+1 |
| 2016-04-25 | struct name_entry: use struct object_id instead of unsigned char sha1[20] | brian m. carlson | 1 | -3/+3 |
| 2016-02-12 | list-objects: pass full pathname to callbacks | Jeff King | 1 | -5/+9 |
| 2016-02-12 | list-objects: drop name_path entirely | Jeff King | 1 | -7/+5 |
| 2016-02-12 | list-objects: convert name_path to a strbuf | Jeff King | 1 | -13/+9 |
| 2015-11-20 | Convert struct object to object_id | brian m. carlson | 1 | -2/+2 |
| 2015-06-11 | Merge branch 'jk/squelch-missing-link-warning-for-unreachable' | Junio C Hamano | 1 | -1/+1 |
| 2015-06-01 | silence broken link warnings with revs->ignore_missing_links | Jeff King | 1 | -1/+1 |
| 2014-12-29 | rev-list: add an option to mark fewer edges as uninteresting | brian m. carlson | 1 | -2/+2 |
| 2014-10-19 | traverse_commit_list: support pending blobs/trees with paths | Jeff King | 1 | -2/+5 |
| 2014-10-16 | object_array: add a "clear" function | Jeff King | 1 | -6/+1 |
| 2014-04-08 | Merge branch 'jk/pack-bitmap' | Junio C Hamano | 1 | -1/+4 |
| 2014-04-04 | add `ignore_missing_links` mode to revwalk | Vicent Marti | 1 | -1/+4 |
| 2014-01-27 | Merge branch 'jk/mark-edges-uninteresting' | Junio C Hamano | 1 | -9/+11 |
| 2014-01-21 | list-objects: only look at cmdline trees with edge_hint | Jeff King | 1 | -9/+11 |
| 2013-09-20 | Merge branch 'nd/fetch-into-shallow' | Junio C Hamano | 1 | -4/+20 |
| 2013-08-28 | list-objects: mark more commits as edges in mark_edges_uninteresting | Nguyễn Thái Ngọc Duy | 1 | -0/+17 |
| 2013-08-28 | list-objects: reduce one argument in mark_edges_uninteresting | Nguyễn Thái Ngọc Duy | 1 | -4/+3 |
| 2013-06-06 | clear parsed flag when we free tree buffers | Jeff King | 1 | -2/+1 |
| 2011-10-27 | tree_entry_interesting(): give meaningful names to return values | Nguyễn Thái Ngọc Duy | 1 | -4/+5 |
| 2011-09-01 | list-objects: pass callback data to show_objects() | Junio C Hamano | 1 | -11/+17 |
| 2011-05-06 | Merge branch 'nd/struct-pathspec' | Junio C Hamano | 1 | -11/+7 |
| 2011-03-25 | Improve tree_entry_interesting() handling code | Nguyễn Thái Ngọc Duy | 1 | -11/+7 |
| 2011-03-22 | Merge branch 'jc/maint-rev-list-culled-boundary' | Junio C Hamano | 1 | -1/+6 |
| 2011-03-14 | list-objects.c: don't add an unparsed NULL as a pending tree | Junio C Hamano | 1 | -1/+6 |
| 2011-02-03 | Make rev-list --objects work together with pathspecs | Elijah Newren | 1 | -2/+28 |
| 2009-04-18 | Merge branch 'lt/pack-object-memuse' | Junio C Hamano | 1 | -16/+17 |
| 2009-04-12 | process_{tree,blob}: show objects without buffering | Linus Torvalds | 1 | -17/+18 |
| 2009-04-12 | show_object(): push path_name() call further down | Linus Torvalds | 1 | -5/+5 |
| 2009-04-12 | Merge branch 'cc/bisect-filter' | Junio C Hamano | 1 | -4/+5 |
| 2009-04-08 | process_{tree,blob}: Remove useless xstrdup calls | Björn Steinbrink | 1 | -2/+0 |
| 2009-04-07 | list-objects: add "void *data" parameter to show functions | Christian Couder | 1 | -4/+5 |
| 2008-02-18 | list-objects.c::process_tree/blob: check for NULL | Martin Koegler | 1 | -0/+4 |
| 2007-11-10 | Fix memory leak in traverse_commit_list | Shawn O. Pearce | 1 | -0/+7 |
| 2007-05-21 | rename dirlink to gitlink. | Martin Waitz | 1 | -1/+1 |
| 2007-04-14 | Teach git list-objects logic to not follow gitlinks | Linus Torvalds | 1 | -0/+34 |
| 2007-03-21 | Initialize tree descriptors with a helper function rather than by hand. | Linus Torvalds | 1 | -2/+1 |
| 2006-09-07 | pack-objects: further work on internal rev-list logic. | Junio C Hamano | 1 | -0/+33 |
| 2006-09-07 | Separate object listing routines out of rev-list | Junio C Hamano | 1 | -0/+107 |