summaryrefslogtreecommitdiff
path: root/tree.c
AgeCommit message (Expand)Author
2016-04-25struct name_entry: use struct object_id instead of unsigned char sha1[20]brian m. carlson
2015-11-20Remove get_object_hash.brian m. carlson
2015-11-20Convert struct object to object_idbrian m. carlson
2015-11-20Add several uses of get_object_hash.brian m. carlson
2015-06-11Merge branch 'jk/squelch-missing-link-warning-for-unreachable'Junio C Hamano
2015-06-01add quieter versions of parse_{tree,commit}Jeff King
2014-12-01tree.c: update read_tree_recursive callback to pass strbuf as baseNguyễn Thái Ngọc Duy
2014-07-14add object_as_type helper for casting objectsJeff King
2014-07-14move setting of object->type to alloc_* functionsJeff King
2013-09-17Merge branch 'jk/free-tree-buffer'Junio C Hamano
2013-09-09Merge branch 'jl/submodule-mv'Junio C Hamano
2013-07-15checkout: convert read_tree_some to take struct pathspecNguyễn Thái Ngọc Duy
2013-07-09Convert "struct cache_entry *" to "const ..." wherever possibleNguyễn Thái Ngọc Duy
2013-06-06clear parsed flag when we free tree buffersJeff King
2012-07-11Strip namelen out of ce_flags into a ce_namelen fieldThomas Gummerer
2011-10-27tree_entry_interesting(): give meaningful names to return valuesNguyễn Thái Ngọc Duy
2011-10-27tree-walk.c: do not leak internal structure in tree_entry_len()Nguyễn Thái Ngọc Duy
2011-03-25Convert read_tree{,_recursive} to support struct pathspecNguyễn Thái Ngọc Duy
2011-03-25Reimplement read_tree_recursive() using tree_entry_interesting()Nguyễn Thái Ngọc Duy
2009-04-20Fix off-by-one in read_tree_recursiveJohannes Schindelin
2009-04-18Merge branch 'bs/maint-1.6.0-tree-walk-prefix' into maintJunio C Hamano
2009-04-02match_tree_entry(): a pathspec only matches at directory boundariesJunio C Hamano
2009-02-11Drop double-semicolon in CJunio C Hamano
2009-02-07tree.c: allow read_tree_recursive() to traverse gitlink entriesLars Hjemli
2008-07-15add context pointer to read_tree_recursive()René Scharfe
2008-03-02Merge branch 'mk/maint-parse-careful'Junio C Hamano
2008-02-26Remove unused object-ref codeMartin Koegler
2008-01-21Make on-disk index representation separate from in-core oneLinus Torvalds
2007-08-10Optimize "diff --cached" performance.Junio C Hamano
2007-06-06Merge branch 'sv/objfixes'Junio C Hamano
2007-06-06Don't assume tree entries that are not dirs are blobsSam Vilain
2007-05-22rename dirlink to gitlink.Martin Waitz
2007-04-22Merge branch 'lt/objalloc'Junio C Hamano
2007-04-17Clean up object creation to use more common codeLinus Torvalds
2007-04-10Teach "fsck" not to follow subproject linksLinus Torvalds
2007-03-21Initialize tree descriptors with a helper function rather than by hand.Linus Torvalds
2007-03-21Remove "pathlen" from "struct name_entry"Linus Torvalds
2007-03-19Trivial cleanup of track_tree_refs()Linus Torvalds
2007-02-27convert object type handling from a string to a numberNicolas Pitre
2006-12-20simplify inclusion of system header files.Junio C Hamano
2006-08-23Convert memcpy(a,b,20) to hashcpy(a,b).Shawn Pearce
2006-08-15Make track_tree_refs void.David Rientjes
2006-07-13Remove TYPE_* constant macros and use object_type enums consistently.Linus Torvalds
2006-06-20Add specialized object allocatorLinus Torvalds
2006-06-18Shrink "struct object" a bitLinus Torvalds
2006-05-31tree_entry(): new tree-walking helper functionLinus Torvalds
2006-05-30Remove last vestiges of generic tree_entry_listLinus Torvalds
2006-05-30Remove unused "zeropad" entry from tree_list_entryLinus Torvalds
2006-05-30Remove "tree->entries" tree-entry list from tree parserLinus Torvalds
2006-05-30Switch "read_tree_recursive()" over to tree-walk functionalityLinus Torvalds