summaryrefslogtreecommitdiffstats
path: root/builtin/ls-tree.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* object-name: free leaking object contextsPatrick Steinhardt2024-06-111-1/+2
* Merge branch 'rs/strbuf-expand-bad-format'Junio C Hamano2024-04-031-9/+1
|\
| * factor out strbuf_expand_bad_format()René Scharfe2024-03-251-9/+1
* | Merge branch 'eb/hash-transition'Junio C Hamano2024-03-281-1/+4
|\ \ | |/ |/|
| * builtin/ls-tree: let the oid determine the output algorithmEric W. Biederman2023-10-021-1/+4
* | treewide: remove unnecessary includes in source filesElijah Newren2023-12-261-2/+0
* | ls-tree: mark unused parameter in callbackJeff King2023-08-301-1/+2
|/
* ls-tree: fix --no-full-nameRené Scharfe2023-07-181-4/+3
* ls-tree: simplify prefix handlingRené Scharfe2023-07-071-14/+10
* Merge branch 'rs/strbuf-expand-step'Junio C Hamano2023-07-061-66/+41
|\
| * strbuf: simplify strbuf_expand_literal_cb()René Scharfe2023-06-181-1/+1
| * replace strbuf_expand() with strbuf_expand_step()René Scharfe2023-06-181-66/+41
* | object-store-ll.h: split this header out of object-store.hElijah Newren2023-06-211-1/+1
* | repository: remove unnecessary include of path.hElijah Newren2023-06-211-0/+1
* | cache.h: remove this no-longer-used headerElijah Newren2023-06-211-2/+1
|/
* object-name.h: move declarations for object-name.c functions from cache.hElijah Newren2023-04-111-0/+1
* Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...Junio C Hamano2023-04-041-4/+5
|\
| * cocci: apply the "cache.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason2023-03-281-4/+5
* | treewide: be explicit about dependence on gettext.hElijah Newren2023-03-211-0/+1
* | cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren2023-02-241-0/+1
|/
* Merge branch 'rs/ls-tree-path-expansion-fix'Junio C Hamano2023-01-231-7/+4
|\
| * ls-tree: remove dead store and strbuf for quote_c_style()René Scharfe2023-01-151-5/+2
| * ls-tree: fix expansion of repeated %(path)René Scharfe2023-01-151-3/+3
* | ls-tree: cleanup the redundant SPACETeng Long2023-01-141-1/+1
* | ls-tree: make "line_termination" less genericÆvar Arnfjörð Bjarmason2023-01-141-14/+44
* | ls-tree: fold "show_tree_data" into "cb" structÆvar Arnfjörð Bjarmason2023-01-141-13/+5
* | ls-tree: use a "struct options"Ævar Arnfjörð Bjarmason2023-01-141-87/+116
* | ls-tree: don't use "show_tree_data" for "fast" callbacksÆvar Arnfjörð Bjarmason2023-01-141-26/+18
* | git-compat-util.h: use "UNUSED", not "UNUSED(var)"Ævar Arnfjörð Bjarmason2022-09-011-5/+5
* | mark unused read_tree_recursive() callback parametersJeff King2022-08-191-5/+8
* | Merge branch 'tl/ls-tree-oid-only'Junio C Hamano2022-04-071-1/+1
|\ \
| * | ls-tree: `-l` should not imply recursive listingJosh Steadmon2022-04-061-1/+1
* | | Merge branch 'tl/ls-tree-oid-only'Junio C Hamano2022-04-041-61/+305
|\| |
| * | ls-tree: split up "fast path" callbacksÆvar Arnfjörð Bjarmason2022-03-231-74/+125
| * | ls-tree: detect and error on --name-only --name-statusÆvar Arnfjörð Bjarmason2022-03-231-1/+10
| * | ls-tree: support --object-only option for "git-ls-tree"Teng Long2022-03-231-1/+12
| |/
| * ls-tree: introduce "--format" optionÆvar Arnfjörð Bjarmason2022-03-231-3/+150
| * ls-tree: introduce struct "show_tree_data"Ævar Arnfjörð Bjarmason2022-03-231-15/+27
| * ls-tree: slightly refactor `show_tree()`Teng Long2022-03-231-37/+61
| * ls-tree: fix "--name-only" and "--long" combined use bugTeng Long2022-03-231-6/+6
| * ls-tree: simplify nesting if/else logic in "show_tree()"Teng Long2022-03-231-12/+9
| * ls-tree: rename "retval" to "recurse" in "show_tree()"Teng Long2022-03-231-4/+4
| * ls-tree: use "size_t", not "int" for "struct strbuf"'s "len"Ævar Arnfjörð Bjarmason2022-03-231-3/+3
| * ls-tree: use "enum object_type", not {blob,tree,commit}_typeÆvar Arnfjörð Bjarmason2022-03-231-6/+6
| * ls-tree: add missing braces to "else" armsÆvar Arnfjörð Bjarmason2022-03-231-2/+4
| * ls-tree: remove commented-out codeÆvar Arnfjörð Bjarmason2022-03-231-9/+0
* | built-ins: trust the "prefix" from run_builtin()Ævar Arnfjörð Bjarmason2022-02-161-1/+1
|/
* tree.h API: simplify read_tree_recursive() signatureÆvar Arnfjörð Bjarmason2021-03-211-3/+3
* Merge branch 'nd/attr-pathspec-in-tree-walk'Junio C Hamano2019-01-151-1/+2
|\
| * tree.c: make read_tree*() take 'struct repository *'Nguyễn Thái Ngọc Duy2018-11-191-1/+2