summaryrefslogtreecommitdiff
path: root/builtin/ls-tree.c
Commit message (Expand)AuthorAgeFilesLines
* 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-231-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-141-5/+2
| * ls-tree: fix expansion of repeated %(path)René Scharfe2023-01-141-3/+3
* | ls-tree: cleanup the redundant SPACETeng Long2023-01-131-1/+1
* | ls-tree: make "line_termination" less genericÆvar Arnfjörð Bjarmason2023-01-131-14/+44
* | ls-tree: fold "show_tree_data" into "cb" structÆvar Arnfjörð Bjarmason2023-01-131-13/+5
* | ls-tree: use a "struct options"Ævar Arnfjörð Bjarmason2023-01-131-87/+116
* | ls-tree: don't use "show_tree_data" for "fast" callbacksÆvar Arnfjörð Bjarmason2023-01-131-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-061-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-151-1/+1
|/
* tree.h API: simplify read_tree_recursive() signatureÆvar Arnfjörð Bjarmason2021-03-201-3/+3
* Merge branch 'nd/attr-pathspec-in-tree-walk'Junio C Hamano2019-01-141-1/+2
|\
| * tree.c: make read_tree*() take 'struct repository *'Nguyễn Thái Ngọc Duy2018-11-191-1/+2
* | Upcast size_t variables to uintmax_t when printingTorsten Bögershausen2018-11-121-1/+1
|/
* object-store: move object access functions to object-store.hStefan Beller2018-05-161-0/+1
* cache.h: add repository argument to oid_object_infoStefan Beller2018-04-261-1/+1
* sha1_file: convert sha1_object_info* to object_idbrian m. carlson2018-03-141-1/+1
* Convert find_unique_abbrev* to struct object_idbrian m. carlson2018-03-141-2/+2
* tree: convert read_tree_recursive to struct object_idbrian m. carlson2018-03-141-4/+4
* Merge branch 'bw/config-h'Junio C Hamano2017-06-241-0/+1
|\
| * config: don't include config.h by defaultBrandon Williams2017-06-151-0/+1
* | tree: convert parse_tree_indirect to struct object_idbrian m. carlson2017-05-081-1/+1
* | builtin/ls-tree: convert to struct object_idbrian m. carlson2017-05-081-3/+3
|/
* ls-tree: convert show_recursive to use the pathspec struct interfaceBrandon Williams2017-01-081-9/+7
* convert trivial sprintf / strcpy calls to xsnprintfJeff King2015-09-251-4/+5
* ls-tree: disable negative pathspec because it's not supportedNguyễn Thái Ngọc Duy2014-12-011-1/+2
* ls-tree: remove path filtering logic in show_treeNguyễn Thái Ngọc Duy2014-12-011-7/+7
* tree.c: update read_tree_recursive callback to pass strbuf as baseNguyễn Thái Ngọc Duy2014-12-011-4/+5