Age | Commit message (Expand) | Author | Files | Lines |
2021-03-20 | tree.h API: simplify read_tree_recursive() signature | Ævar Arnfjörð Bjarmason | 1 | -12/+7 |
2021-03-20 | tree.h API: expose read_tree_1() as read_tree_at() | Ævar Arnfjörð Bjarmason | 1 | -8/+9 |
2021-03-20 | tree.c API: move read_tree() into builtin/ls-files.c | Ævar Arnfjörð Bjarmason | 1 | -89/+0 |
2020-12-13 | tree: enable cmp_cache_name_compare() to be used elsewhere | Elijah Newren | 1 | -1/+1 |
2020-06-17 | object: drop parsed_object_pool->commit_count | Abhishek Kumar | 1 | -1/+1 |
2019-09-03 | tree: simplify parse_tree_indirect() | René Scharfe | 1 | -15/+3 |
2019-06-20 | object: convert create_object() to use object_id | Jeff King | 1 | -2/+1 |
2019-06-20 | object: convert lookup_object() to use object_id | Jeff King | 1 | -1/+1 |
2019-02-06 | Merge branch 'nd/the-index-final' | Junio C Hamano | 1 | -1/+0 |
2019-01-29 | Merge branch 'bc/tree-walk-oid' | Junio C Hamano | 1 | -5/+5 |
2019-01-24 | cache.h: flip NO_THE_INDEX_COMPATIBILITY_MACROS switch | Nguyễn Thái Ngọc Duy | 1 | -1/+0 |
2019-01-15 | tree-walk: store object_id in a separate member | brian m. carlson | 1 | -5/+5 |
2018-11-19 | tree-walk.c: make tree_entry_interesting() take an index | Nguyễn Thái Ngọc Duy | 1 | -1/+2 |
2018-11-19 | tree.c: make read_tree*() take 'struct repository *' | Nguyễn Thái Ngọc Duy | 1 | -8/+10 |
2018-08-02 | Merge branch 'jm/cache-entry-from-mem-pool' | Junio C Hamano | 1 | -3/+1 |
2018-07-03 | block alloc: add lifecycle APIs for cache_entry structs | Jameson Miller | 1 | -3/+1 |
2018-06-29 | tree: allow lookup_tree to handle arbitrary repositories | Stefan Beller | 1 | -5/+5 |
2018-06-29 | commit: add repository argument to lookup_commit | Stefan Beller | 1 | -1/+1 |
2018-06-29 | tree: add repository argument to lookup_tree | Stefan Beller | 1 | -2/+2 |
2018-06-29 | object: add repository argument to object_as_type | Stefan Beller | 1 | -1/+1 |
2018-06-29 | object: add repository argument to lookup_object | Stefan Beller | 1 | -1/+1 |
2018-06-29 | object: add repository argument to parse_object | Stefan Beller | 1 | -2/+3 |
2018-06-29 | Merge branch 'sb/object-store-grafts' into sb/object-store-lookup | Junio C Hamano | 1 | -0/+1 |
2018-06-25 | Merge branch 'sb/object-store-alloc' | Junio C Hamano | 1 | -1/+3 |
2018-05-23 | Merge branch 'ds/lazy-load-trees' | Junio C Hamano | 1 | -2/+2 |
2018-05-16 | object-store: move object access functions to object-store.h | Stefan Beller | 1 | -0/+1 |
2018-05-16 | alloc: allow arbitrary repositories for alloc functions | Stefan Beller | 1 | -0/+1 |
2018-05-09 | alloc: add repository argument to alloc_tree_node | Stefan Beller | 1 | -1/+1 |
2018-05-09 | object: add repository argument to create_object | Stefan Beller | 1 | -1/+2 |
2018-04-11 | treewide: replace maybe_tree with accessor methods | Derrick Stolee | 1 | -2/+2 |
2018-04-11 | treewide: rename tree to maybe_tree | Derrick Stolee | 1 | -2/+2 |
2018-03-14 | sha1_file: convert read_sha1_file to struct object_id | brian m. carlson | 1 | -1/+1 |
2018-03-14 | tree: convert read_tree_recursive to struct object_id | brian m. carlson | 1 | -7/+7 |
2017-06-24 | Merge branch 'ab/free-and-null' | Junio C Hamano | 1 | -2/+1 |
2017-06-16 | coccinelle: make use of the "type" FREE_AND_NULL() rule | Ævar Arnfjörð Bjarmason | 1 | -2/+1 |
2017-06-13 | tree: convert read_tree to take an index parameter | Brandon Williams | 1 | -10/+18 |
2017-05-08 | object: convert parse_object* to take struct object_id | brian m. carlson | 1 | -2/+2 |
2017-05-08 | tree: convert parse_tree_indirect to struct object_id | brian m. carlson | 1 | -2/+2 |
2017-05-08 | Convert lookup_tree to struct object_id | brian m. carlson | 1 | -4/+4 |
2017-05-08 | tree: convert read_tree_1 to use struct object_id internally | brian m. carlson | 1 | -4/+4 |
2017-05-08 | Convert lookup_commit* to struct object_id | brian m. carlson | 1 | -1/+1 |
2016-09-29 | use QSORT | René Scharfe | 1 | -2/+1 |
2016-09-07 | cache: convert struct cache_entry to use struct object_id | brian m. carlson | 1 | -1/+1 |
2016-04-25 | struct name_entry: use struct object_id instead of unsigned char sha1[20] | brian m. carlson | 1 | -5/+5 |
2015-11-20 | Remove get_object_hash. | brian m. carlson | 1 | -2/+2 |
2015-11-20 | Convert struct object to object_id | brian m. carlson | 1 | -3/+3 |
2015-11-20 | Add several uses of get_object_hash. | brian m. carlson | 1 | -2/+2 |
2015-06-11 | Merge branch 'jk/squelch-missing-link-warning-for-unreachable' | Junio C Hamano | 1 | -2/+3 |
2015-06-01 | add quieter versions of parse_{tree,commit} | Jeff King | 1 | -2/+3 |
2014-12-01 | tree.c: update read_tree_recursive callback to pass strbuf as base | Nguyễn Thái Ngọc Duy | 1 | -5/+11 |