| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-09-10 | use repo_get_oid_with_flags() | René Scharfe | 1 | -5/+2 |
| 2025-07-23 | config: move Git config parsing into "environment.c" | Patrick Steinhardt | 1 | -0/+1 |
| 2025-07-23 | config: drop `git_config()` wrapper | Patrick Steinhardt | 1 | -1/+1 |
| 2025-07-01 | odb: rename `oid_object_info()` | Patrick Steinhardt | 1 | -2/+2 |
| 2025-07-01 | object-store: rename files to "odb.{c,h}" | Patrick Steinhardt | 1 | -1/+1 |
| 2025-04-15 | object-store: merge "object-store-ll.h" and "object-store.h" | Patrick Steinhardt | 1 | -1/+1 |
| 2024-09-13 | builtin: remove USE_THE_REPOSITORY_VARIABLE from builtin.h | John Cai | 1 | -0/+2 |
| 2024-09-13 | builtin: add a repository parameter for builtin functions | John Cai | 1 | -1/+4 |
| 2024-06-11 | object-name: free leaking object contexts | Patrick Steinhardt | 1 | -1/+2 |
| 2024-04-03 | Merge branch 'rs/strbuf-expand-bad-format' | Junio C Hamano | 1 | -9/+1 |
| 2024-03-28 | Merge branch 'eb/hash-transition' | Junio C Hamano | 1 | -1/+4 |
| 2024-03-25 | factor out strbuf_expand_bad_format() | René Scharfe | 1 | -9/+1 |
| 2023-12-26 | treewide: remove unnecessary includes in source files | Elijah Newren | 1 | -2/+0 |
| 2023-10-02 | builtin/ls-tree: let the oid determine the output algorithm | Eric W. Biederman | 1 | -1/+4 |
| 2023-08-29 | ls-tree: mark unused parameter in callback | Jeff King | 1 | -1/+2 |
| 2023-07-18 | ls-tree: fix --no-full-name | René Scharfe | 1 | -4/+3 |
| 2023-07-07 | ls-tree: simplify prefix handling | René Scharfe | 1 | -14/+10 |
| 2023-07-06 | Merge branch 'rs/strbuf-expand-step' | Junio C Hamano | 1 | -66/+41 |
| 2023-06-21 | object-store-ll.h: split this header out of object-store.h | Elijah Newren | 1 | -1/+1 |
| 2023-06-21 | repository: remove unnecessary include of path.h | Elijah Newren | 1 | -0/+1 |
| 2023-06-21 | cache.h: remove this no-longer-used header | Elijah Newren | 1 | -2/+1 |
| 2023-06-18 | strbuf: simplify strbuf_expand_literal_cb() | René Scharfe | 1 | -1/+1 |
| 2023-06-18 | replace strbuf_expand() with strbuf_expand_step() | René Scharfe | 1 | -66/+41 |
| 2023-04-11 | object-name.h: move declarations for object-name.c functions from cache.h | Elijah Newren | 1 | -0/+1 |
| 2023-04-04 | Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-... | Junio C Hamano | 1 | -4/+5 |
| 2023-03-28 | cocci: apply the "cache.h" part of "the_repository.pending" | Ævar Arnfjörð Bjarmason | 1 | -4/+5 |
| 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 |
| 2023-01-23 | Merge branch 'rs/ls-tree-path-expansion-fix' | Junio C Hamano | 1 | -7/+4 |
| 2023-01-14 | ls-tree: remove dead store and strbuf for quote_c_style() | René Scharfe | 1 | -5/+2 |
| 2023-01-14 | ls-tree: fix expansion of repeated %(path) | René Scharfe | 1 | -3/+3 |
| 2023-01-13 | ls-tree: cleanup the redundant SPACE | Teng Long | 1 | -1/+1 |
| 2023-01-13 | ls-tree: make "line_termination" less generic | Ævar Arnfjörð Bjarmason | 1 | -14/+44 |
| 2023-01-13 | ls-tree: fold "show_tree_data" into "cb" struct | Ævar Arnfjörð Bjarmason | 1 | -13/+5 |
| 2023-01-13 | ls-tree: use a "struct options" | Ævar Arnfjörð Bjarmason | 1 | -87/+116 |
| 2023-01-13 | ls-tree: don't use "show_tree_data" for "fast" callbacks | Ævar Arnfjörð Bjarmason | 1 | -26/+18 |
| 2022-09-01 | git-compat-util.h: use "UNUSED", not "UNUSED(var)" | Ævar Arnfjörð Bjarmason | 1 | -5/+5 |
| 2022-08-19 | mark unused read_tree_recursive() callback parameters | Jeff King | 1 | -5/+8 |
| 2022-04-06 | Merge branch 'tl/ls-tree-oid-only' | Junio C Hamano | 1 | -1/+1 |
| 2022-04-06 | ls-tree: `-l` should not imply recursive listing | Josh Steadmon | 1 | -1/+1 |
| 2022-04-04 | Merge branch 'tl/ls-tree-oid-only' | Junio C Hamano | 1 | -61/+305 |
| 2022-03-23 | ls-tree: split up "fast path" callbacks | Ævar Arnfjörð Bjarmason | 1 | -74/+125 |
| 2022-03-23 | ls-tree: detect and error on --name-only --name-status | Ævar Arnfjörð Bjarmason | 1 | -1/+10 |
| 2022-03-23 | ls-tree: introduce "--format" option | Ævar Arnfjörð Bjarmason | 1 | -3/+150 |
| 2022-03-23 | ls-tree: support --object-only option for "git-ls-tree" | Teng Long | 1 | -1/+12 |
| 2022-03-23 | ls-tree: introduce struct "show_tree_data" | Ævar Arnfjörð Bjarmason | 1 | -15/+27 |
| 2022-03-23 | ls-tree: slightly refactor `show_tree()` | Teng Long | 1 | -37/+61 |
| 2022-03-23 | ls-tree: fix "--name-only" and "--long" combined use bug | Teng Long | 1 | -6/+6 |
| 2022-03-23 | ls-tree: simplify nesting if/else logic in "show_tree()" | Teng Long | 1 | -12/+9 |
| 2022-03-23 | ls-tree: rename "retval" to "recurse" in "show_tree()" | Teng Long | 1 | -4/+4 |
| 2022-03-23 | ls-tree: use "size_t", not "int" for "struct strbuf"'s "len" | Ævar Arnfjörð Bjarmason | 1 | -3/+3 |
| 2022-03-23 | ls-tree: use "enum object_type", not {blob,tree,commit}_type | Ævar Arnfjörð Bjarmason | 1 | -6/+6 |
| 2022-03-23 | ls-tree: add missing braces to "else" arms | Ævar Arnfjörð Bjarmason | 1 | -2/+4 |
| 2022-03-23 | ls-tree: remove commented-out code | Ævar Arnfjörð Bjarmason | 1 | -9/+0 |
| 2022-02-15 | built-ins: trust the "prefix" from run_builtin() | Ævar Arnfjörð Bjarmason | 1 | -1/+1 |
| 2021-03-20 | tree.h API: simplify read_tree_recursive() signature | Ævar Arnfjörð Bjarmason | 1 | -3/+3 |
| 2019-01-14 | Merge branch 'nd/attr-pathspec-in-tree-walk' | Junio C Hamano | 1 | -1/+2 |
| 2018-11-19 | tree.c: make read_tree*() take 'struct repository *' | Nguyễn Thái Ngọc Duy | 1 | -1/+2 |
| 2018-11-12 | Upcast size_t variables to uintmax_t when printing | Torsten Bögershausen | 1 | -1/+1 |
| 2018-05-16 | object-store: move object access functions to object-store.h | Stefan Beller | 1 | -0/+1 |
| 2018-04-26 | cache.h: add repository argument to oid_object_info | Stefan Beller | 1 | -1/+1 |
| 2018-03-14 | sha1_file: convert sha1_object_info* to object_id | brian m. carlson | 1 | -1/+1 |
| 2018-03-14 | Convert find_unique_abbrev* to struct object_id | brian m. carlson | 1 | -2/+2 |
| 2018-03-14 | tree: convert read_tree_recursive to struct object_id | brian m. carlson | 1 | -4/+4 |
| 2017-06-24 | Merge branch 'bw/config-h' | Junio C Hamano | 1 | -0/+1 |
| 2017-06-15 | config: don't include config.h by default | Brandon Williams | 1 | -0/+1 |
| 2017-05-08 | tree: convert parse_tree_indirect to struct object_id | brian m. carlson | 1 | -1/+1 |
| 2017-05-08 | builtin/ls-tree: convert to struct object_id | brian m. carlson | 1 | -3/+3 |
| 2017-01-08 | ls-tree: convert show_recursive to use the pathspec struct interface | Brandon Williams | 1 | -9/+7 |
| 2015-09-25 | convert trivial sprintf / strcpy calls to xsnprintf | Jeff King | 1 | -4/+5 |
| 2014-12-01 | ls-tree: disable negative pathspec because it's not supported | Nguyễn Thái Ngọc Duy | 1 | -1/+2 |
| 2014-12-01 | ls-tree: remove path filtering logic in show_tree | Nguyễn Thái Ngọc Duy | 1 | -7/+7 |
| 2014-12-01 | tree.c: update read_tree_recursive callback to pass strbuf as base | Nguyễn Thái Ngọc Duy | 1 | -4/+5 |
| 2014-02-24 | pathspec: rename match_pathspec_depth() to match_pathspec() | Nguyễn Thái Ngọc Duy | 1 | -1/+1 |
| 2013-09-09 | Merge branch 'jl/submodule-mv' | Junio C Hamano | 1 | -2/+11 |
| 2013-08-05 | Replace deprecated OPT_BOOLEAN by OPT_BOOL | Stefan Beller | 1 | -3/+3 |
| 2013-07-15 | parse_pathspec: accept :(icase)path syntax | Nguyễn Thái Ngọc Duy | 1 | -1/+1 |
| 2013-07-15 | pathspec: support :(glob) syntax | Nguyễn Thái Ngọc Duy | 1 | -1/+1 |
| 2013-07-15 | rename field "raw" to "_raw" in struct pathspec | Nguyễn Thái Ngọc Duy | 1 | -1/+1 |
| 2013-07-15 | convert some get_pathspec() calls to parse_pathspec() | Nguyễn Thái Ngọc Duy | 1 | -1/+9 |
| 2013-07-15 | move struct pathspec and related functions to pathspec.[ch] | Nguyễn Thái Ngọc Duy | 1 | -0/+1 |
| 2012-11-19 | pathspec: save the non-wildcard length part | Nguyễn Thái Ngọc Duy | 1 | -1/+1 |
| 2012-08-20 | i18n: ls-tree: mark parseopt strings for translation | Nguyễn Thái Ngọc Duy | 1 | -11/+11 |
| 2011-07-25 | Ensure git ls-tree exits with a non-zero exit code if read_tree_recursive fails. | Jon Seymour | 1 | -3/+1 |
| 2011-04-05 | pathspec: rename per-item field has_wildcard to use_wildcard | Junio C Hamano | 1 | -1/+2 |
| 2011-03-25 | Convert read_tree{,_recursive} to support struct pathspec | Nguyễn Thái Ngọc Duy | 1 | -5/+7 |
| 2010-10-08 | Use angles for placeholders consistently | Štěpán Němec | 1 | -1/+1 |
| 2010-09-12 | ls-tree $di $dir: do not mistakenly recurse into directories | Junio C Hamano | 1 | -0/+2 |
| 2010-03-21 | ls: remove redundant logic | Erik Faye-Lund | 1 | -4/+2 |
| 2010-02-22 | Move 'builtin-*' into a 'builtin/' subdirectory | Linus Torvalds | 1 | -0/+176 |