aboutsummaryrefslogtreecommitdiff
path: root/builtin/ls-tree.c
AgeCommit message (Expand)Author
2026-01-09cocci: convert parse_tree functions to repo_ variantsRené Scharfe
2025-09-10use repo_get_oid_with_flags()René Scharfe
2025-07-23config: move Git config parsing into "environment.c"Patrick Steinhardt
2025-07-23config: drop `git_config()` wrapperPatrick Steinhardt
2025-07-01odb: rename `oid_object_info()`Patrick Steinhardt
2025-07-01object-store: rename files to "odb.{c,h}"Patrick Steinhardt
2025-04-15object-store: merge "object-store-ll.h" and "object-store.h"Patrick Steinhardt
2024-09-13builtin: remove USE_THE_REPOSITORY_VARIABLE from builtin.hJohn Cai
2024-09-13builtin: add a repository parameter for builtin functionsJohn Cai
2024-06-11object-name: free leaking object contextsPatrick Steinhardt
2024-04-03Merge branch 'rs/strbuf-expand-bad-format'Junio C Hamano
2024-03-28Merge branch 'eb/hash-transition'Junio C Hamano
2024-03-25factor out strbuf_expand_bad_format()René Scharfe
2023-12-26treewide: remove unnecessary includes in source filesElijah Newren
2023-10-02builtin/ls-tree: let the oid determine the output algorithmEric W. Biederman
2023-08-29ls-tree: mark unused parameter in callbackJeff King
2023-07-18ls-tree: fix --no-full-nameRené Scharfe
2023-07-07ls-tree: simplify prefix handlingRené Scharfe
2023-07-06Merge branch 'rs/strbuf-expand-step'Junio C Hamano
2023-06-21object-store-ll.h: split this header out of object-store.hElijah Newren
2023-06-21repository: remove unnecessary include of path.hElijah Newren
2023-06-21cache.h: remove this no-longer-used headerElijah Newren
2023-06-18strbuf: simplify strbuf_expand_literal_cb()René Scharfe
2023-06-18replace strbuf_expand() with strbuf_expand_step()René Scharfe
2023-04-11object-name.h: move declarations for object-name.c functions from cache.hElijah Newren
2023-04-04Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...Junio C Hamano
2023-03-28cocci: apply the "cache.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
2023-01-23Merge branch 'rs/ls-tree-path-expansion-fix'Junio C Hamano
2023-01-14ls-tree: remove dead store and strbuf for quote_c_style()René Scharfe
2023-01-14ls-tree: fix expansion of repeated %(path)René Scharfe
2023-01-13ls-tree: cleanup the redundant SPACETeng Long
2023-01-13ls-tree: make "line_termination" less genericÆvar Arnfjörð Bjarmason
2023-01-13ls-tree: fold "show_tree_data" into "cb" structÆvar Arnfjörð Bjarmason
2023-01-13ls-tree: use a "struct options"Ævar Arnfjörð Bjarmason
2023-01-13ls-tree: don't use "show_tree_data" for "fast" callbacksÆvar Arnfjörð Bjarmason
2022-09-01git-compat-util.h: use "UNUSED", not "UNUSED(var)"Ævar Arnfjörð Bjarmason
2022-08-19mark unused read_tree_recursive() callback parametersJeff King
2022-04-06Merge branch 'tl/ls-tree-oid-only'Junio C Hamano
2022-04-06ls-tree: `-l` should not imply recursive listingJosh Steadmon
2022-04-04Merge branch 'tl/ls-tree-oid-only'Junio C Hamano
2022-03-23ls-tree: split up "fast path" callbacksÆvar Arnfjörð Bjarmason
2022-03-23ls-tree: detect and error on --name-only --name-statusÆvar Arnfjörð Bjarmason
2022-03-23ls-tree: introduce "--format" optionÆvar Arnfjörð Bjarmason
2022-03-23ls-tree: support --object-only option for "git-ls-tree"Teng Long
2022-03-23ls-tree: introduce struct "show_tree_data"Ævar Arnfjörð Bjarmason
2022-03-23ls-tree: slightly refactor `show_tree()`Teng Long
2022-03-23ls-tree: fix "--name-only" and "--long" combined use bugTeng Long
2022-03-23ls-tree: simplify nesting if/else logic in "show_tree()"Teng Long