aboutsummaryrefslogtreecommitdiff
path: root/tree.c
Commit message (Expand)AuthorAge
* Merge branch 'ab/free-and-null'Junio C Hamano2017-06-24
|\
| * coccinelle: make use of the "type" FREE_AND_NULL() ruleÆvar Arnfjörð Bjarmason2017-06-16
* | tree: convert read_tree to take an index parameterBrandon Williams2017-06-13
|/
* object: convert parse_object* to take struct object_idbrian m. carlson2017-05-08
* tree: convert parse_tree_indirect to struct object_idbrian m. carlson2017-05-08
* Convert lookup_tree to struct object_idbrian m. carlson2017-05-08
* tree: convert read_tree_1 to use struct object_id internallybrian m. carlson2017-05-08
* Convert lookup_commit* to struct object_idbrian m. carlson2017-05-08
* use QSORTRené Scharfe2016-09-29
* cache: convert struct cache_entry to use struct object_idbrian m. carlson2016-09-07
* struct name_entry: use struct object_id instead of unsigned char sha1[20]brian m. carlson2016-04-25
* Remove get_object_hash.brian m. carlson2015-11-20
* Convert struct object to object_idbrian m. carlson2015-11-20
* Add several uses of get_object_hash.brian m. carlson2015-11-20
* Merge branch 'jk/squelch-missing-link-warning-for-unreachable'Junio C Hamano2015-06-11
|\
| * add quieter versions of parse_{tree,commit}Jeff King2015-06-01
* | tree.c: update read_tree_recursive callback to pass strbuf as baseNguyễn Thái Ngọc Duy2014-12-01
|/
* add object_as_type helper for casting objectsJeff King2014-07-13
* move setting of object->type to alloc_* functionsJeff King2014-07-13
* Merge branch 'jk/free-tree-buffer'Junio C Hamano2013-09-17
|\
| * clear parsed flag when we free tree buffersJeff King2013-06-06
* | Merge branch 'jl/submodule-mv'Junio C Hamano2013-09-09
|\ \
| * | checkout: convert read_tree_some to take struct pathspecNguyễn Thái Ngọc Duy2013-07-15
| |/
* | Convert "struct cache_entry *" to "const ..." wherever possibleNguyễn Thái Ngọc Duy2013-07-09
|/
* Strip namelen out of ce_flags into a ce_namelen fieldThomas Gummerer2012-07-11
* tree_entry_interesting(): give meaningful names to return valuesNguyễn Thái Ngọc Duy2011-10-27
* tree-walk.c: do not leak internal structure in tree_entry_len()Nguyễn Thái Ngọc Duy2011-10-27
* Convert read_tree{,_recursive} to support struct pathspecNguyễn Thái Ngọc Duy2011-03-25
* Reimplement read_tree_recursive() using tree_entry_interesting()Nguyễn Thái Ngọc Duy2011-03-25
* Fix off-by-one in read_tree_recursiveJohannes Schindelin2009-04-20
* Merge branch 'bs/maint-1.6.0-tree-walk-prefix' into maintJunio C Hamano2009-04-18
|\
| * match_tree_entry(): a pathspec only matches at directory boundariesJunio C Hamano2009-04-01
* | Drop double-semicolon in CJunio C Hamano2009-02-10
* | tree.c: allow read_tree_recursive() to traverse gitlink entriesLars Hjemli2009-02-07
|/
* add context pointer to read_tree_recursive()René Scharfe2008-07-15
* Merge branch 'mk/maint-parse-careful'Junio C Hamano2008-03-02
|\
| * Remove unused object-ref codeMartin Koegler2008-02-25
* | Make on-disk index representation separate from in-core oneLinus Torvalds2008-01-21
|/
* Optimize "diff --cached" performance.Junio C Hamano2007-08-10
* Merge branch 'sv/objfixes'Junio C Hamano2007-06-06
|\
| * Don't assume tree entries that are not dirs are blobsSam Vilain2007-06-06
* | rename dirlink to gitlink.Martin Waitz2007-05-21
|/
* Merge branch 'lt/objalloc'Junio C Hamano2007-04-21
|\
| * Clean up object creation to use more common codeLinus Torvalds2007-04-16
* | Teach "fsck" not to follow subproject linksLinus Torvalds2007-04-10
|/
* Initialize tree descriptors with a helper function rather than by hand.Linus Torvalds2007-03-21
* Remove "pathlen" from "struct name_entry"Linus Torvalds2007-03-21
* Trivial cleanup of track_tree_refs()Linus Torvalds2007-03-19
* convert object type handling from a string to a numberNicolas Pitre2007-02-27
* simplify inclusion of system header files.Junio C Hamano2006-12-20