summaryrefslogtreecommitdiff
path: root/tree.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'jm/cache-entry-from-mem-pool'Junio C Hamano2018-08-021-3/+1
|\
| * block alloc: add lifecycle APIs for cache_entry structsJameson Miller2018-07-031-3/+1
* | tree: allow lookup_tree to handle arbitrary repositoriesStefan Beller2018-06-291-5/+5
* | commit: add repository argument to lookup_commitStefan Beller2018-06-291-1/+1
* | tree: add repository argument to lookup_treeStefan Beller2018-06-291-2/+2
* | object: add repository argument to object_as_typeStefan Beller2018-06-291-1/+1
* | object: add repository argument to lookup_objectStefan Beller2018-06-291-1/+1
* | object: add repository argument to parse_objectStefan Beller2018-06-291-2/+3
* | Merge branch 'sb/object-store-grafts' into sb/object-store-lookupJunio C Hamano2018-06-291-0/+1
|\ \
| * | object-store: move object access functions to object-store.hStefan Beller2018-05-161-0/+1
* | | Merge branch 'sb/object-store-alloc'Junio C Hamano2018-06-251-1/+3
|\ \ \ | |/ / | | / | |/ |/|
| * alloc: allow arbitrary repositories for alloc functionsStefan Beller2018-05-161-0/+1
| * alloc: add repository argument to alloc_tree_nodeStefan Beller2018-05-091-1/+1
| * object: add repository argument to create_objectStefan Beller2018-05-091-1/+2
* | Merge branch 'ds/lazy-load-trees'Junio C Hamano2018-05-231-2/+2
|\ \ | |/ |/|
| * treewide: replace maybe_tree with accessor methodsDerrick Stolee2018-04-111-2/+2
| * treewide: rename tree to maybe_treeDerrick Stolee2018-04-111-2/+2
* | sha1_file: convert read_sha1_file to struct object_idbrian m. carlson2018-03-141-1/+1
* | tree: convert read_tree_recursive to struct object_idbrian m. carlson2018-03-141-7/+7
|/
* Merge branch 'ab/free-and-null'Junio C Hamano2017-06-241-2/+1
|\
| * coccinelle: make use of the "type" FREE_AND_NULL() ruleÆvar Arnfjörð Bjarmason2017-06-161-2/+1
* | tree: convert read_tree to take an index parameterBrandon Williams2017-06-131-10/+18
|/
* object: convert parse_object* to take struct object_idbrian m. carlson2017-05-081-2/+2
* tree: convert parse_tree_indirect to struct object_idbrian m. carlson2017-05-081-2/+2
* Convert lookup_tree to struct object_idbrian m. carlson2017-05-081-4/+4
* tree: convert read_tree_1 to use struct object_id internallybrian m. carlson2017-05-081-4/+4
* Convert lookup_commit* to struct object_idbrian m. carlson2017-05-081-1/+1
* use QSORTRené Scharfe2016-09-291-2/+1
* cache: convert struct cache_entry to use struct object_idbrian m. carlson2016-09-071-1/+1
* struct name_entry: use struct object_id instead of unsigned char sha1[20]brian m. carlson2016-04-251-5/+5
* Remove get_object_hash.brian m. carlson2015-11-201-2/+2
* Convert struct object to object_idbrian m. carlson2015-11-201-3/+3
* Add several uses of get_object_hash.brian m. carlson2015-11-201-2/+2
* Merge branch 'jk/squelch-missing-link-warning-for-unreachable'Junio C Hamano2015-06-111-2/+3
|\
| * add quieter versions of parse_{tree,commit}Jeff King2015-06-011-2/+3
* | tree.c: update read_tree_recursive callback to pass strbuf as baseNguyễn Thái Ngọc Duy2014-12-011-5/+11
|/
* add object_as_type helper for casting objectsJeff King2014-07-131-8/+1
* move setting of object->type to alloc_* functionsJeff King2014-07-131-1/+1
* Merge branch 'jk/free-tree-buffer'Junio C Hamano2013-09-171-0/+8
|\
| * clear parsed flag when we free tree buffersjk/free-tree-bufferJeff King2013-06-061-0/+8
* | Merge branch 'jl/submodule-mv'Junio C Hamano2013-09-091-2/+2
|\ \
| * | checkout: convert read_tree_some to take struct pathspecNguyễn Thái Ngọc Duy2013-07-151-2/+2
| |/
* | Convert "struct cache_entry *" to "const ..." wherever possiblend/const-struct-cache-entryNguyễn Thái Ngọc Duy2013-07-091-1/+1
|/
* Strip namelen out of ce_flags into a ce_namelen fieldThomas Gummerer2012-07-111-3/+4
* tree_entry_interesting(): give meaningful names to return valuesNguyễn Thái Ngọc Duy2011-10-271-4/+5
* tree-walk.c: do not leak internal structure in tree_entry_len()Nguyễn Thái Ngọc Duy2011-10-271-1/+1
* Convert read_tree{,_recursive} to support struct pathspecNguyễn Thái Ngọc Duy2011-03-251-9/+4
* Reimplement read_tree_recursive() using tree_entry_interesting()Nguyễn Thái Ngọc Duy2011-03-251-95/+57
* Fix off-by-one in read_tree_recursiveJohannes Schindelin2009-04-201-0/+1
* Merge branch 'bs/maint-1.6.0-tree-walk-prefix' into maintJunio C Hamano2009-04-181-2/+6
|\