| Age | Commit message (Expand) | Author | Files | Lines |
| 2023-08-31 | read_tree(): respect max_allowed_tree_depth | Jeff King | 1 | -0/+1 |
| 2023-04-24 | cache,tree: move basic name compare functions from read-cache to tree | Elijah Newren | 1 | -0/+9 |
| 2023-04-24 | cache,tree: move cmp_cache_name_compare from tree.[ch] to read-cache.c | Elijah Newren | 1 | -1/+0 |
| 2023-04-24 | hash-ll.h: split out of hash.h to remove dependency on repository.h | Elijah Newren | 1 | -0/+1 |
| 2021-03-20 | tree.h API: simplify read_tree_recursive() signature | Ævar Arnfjörð Bjarmason | 1 | -7/+6 |
| 2021-03-20 | tree.h API: expose read_tree_1() as read_tree_at() | Ævar Arnfjörð Bjarmason | 1 | -0/+6 |
| 2021-03-20 | tree.c API: move read_tree() into builtin/ls-files.c | Ævar Arnfjörð Bjarmason | 1 | -5/+0 |
| 2020-12-13 | tree: enable cmp_cache_name_compare() to be used elsewhere | Elijah Newren | 1 | -0/+2 |
| 2018-11-19 | tree.c: make read_tree*() take 'struct repository *' | Nguyễn Thái Ngọc Duy | 1 | -7/+11 |
| 2018-06-29 | tree: allow lookup_tree to handle arbitrary repositories | Stefan Beller | 1 | -2/+1 |
| 2018-06-29 | tree: add repository argument to lookup_tree | Stefan Beller | 1 | -1/+2 |
| 2018-03-14 | tree: convert read_tree_recursive to struct object_id | brian m. carlson | 1 | -1/+1 |
| 2017-06-13 | tree: convert read_tree to take an index parameter | Brandon Williams | 1 | -1/+2 |
| 2017-05-08 | tree: convert parse_tree_indirect to struct object_id | brian m. carlson | 1 | -1/+1 |
| 2017-05-08 | Convert lookup_tree to struct object_id | brian m. carlson | 1 | -1/+1 |
| 2015-06-11 | Merge branch 'jk/squelch-missing-link-warning-for-unreachable' | Junio C Hamano | 1 | -1/+5 |
| 2015-06-01 | add quieter versions of parse_{tree,commit} | Jeff King | 1 | -1/+5 |
| 2014-12-01 | tree.c: update read_tree_recursive callback to pass strbuf as base | Nguyễn Thái Ngọc Duy | 1 | -1/+2 |
| 2013-09-17 | Merge branch 'jk/free-tree-buffer' | Junio C Hamano | 1 | -0/+1 |
| 2013-07-15 | checkout: convert read_tree_some to take struct pathspec | Nguyễn Thái Ngọc Duy | 1 | -1/+1 |
| 2013-06-06 | clear parsed flag when we free tree buffers | Jeff King | 1 | -0/+1 |
| 2011-03-25 | Convert read_tree{,_recursive} to support struct pathspec | Nguyễn Thái Ngọc Duy | 1 | -2/+2 |
| 2008-07-15 | add context pointer to read_tree_recursive() | René Scharfe | 1 | -2/+2 |
| 2006-05-29 | Remove last vestiges of generic tree_entry_list | Linus Torvalds | 1 | -13/+0 |
| 2006-05-29 | Remove unused "zeropad" entry from tree_list_entry | Linus Torvalds | 1 | -1/+0 |
| 2006-05-29 | Remove "tree->entries" tree-entry list from tree parser | Linus Torvalds | 1 | -1/+3 |
| 2006-05-29 | Make "tree_entry" have a SHA1 instead of a union of object pointers | Linus Torvalds | 1 | -6/+2 |
| 2006-05-29 | Make "struct tree" contain the pointer to the tree buffer | Linus Torvalds | 1 | -1/+3 |
| 2006-01-26 | Only use a single parser for tree objects | Daniel Barkalow | 1 | -4/+5 |
| 2005-12-04 | struct tree: remove unused field "parent" | Junio C Hamano | 1 | -1/+0 |
| 2005-11-28 | ls-tree: major rewrite to do pathspec | Linus Torvalds | 1 | -0/+9 |
| 2005-09-10 | [PATCH] Add a function for getting a struct tree for an ent. | Daniel Barkalow | 1 | -0/+3 |
| 2005-08-02 | [PATCH] Object library enhancements | barkalow@iabervon.org | 1 | -0/+1 |
| 2005-07-27 | git-fsck-cache: be stricter about "tree" objects | Linus Torvalds | 1 | -0/+1 |
| 2005-06-08 | [PATCH] Anal retentive 'const unsigned char *sha1' | Jason McMullan | 1 | -1/+1 |
| 2005-05-29 | [PATCH] Rewrite ls-tree to behave more like "/bin/ls -a" | Junio C Hamano | 1 | -0/+1 |
| 2005-05-06 | [PATCH] don't load and decompress objects twice with parse_object() | Nicolas Pitre | 1 | -0/+2 |
| 2005-05-05 | Be more careful about tree entry modes. | Linus Torvalds | 1 | -0/+2 |
| 2005-05-02 | Make fsck-cache do better tree checking. | Linus Torvalds | 1 | -1/+0 |
| 2005-04-23 | [PATCH] Parse tree objects completely | Daniel Barkalow | 1 | -0/+12 |
| 2005-04-18 | [PATCH] Header files for object parsing | Daniel Barkalow | 1 | -0/+17 |