summaryrefslogtreecommitdiff
path: root/tree.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
|\
| * match_tree_entry(): a pathspec only matches at directory boundariesJunio C Hamano2009-04-011-2/+6
* | Drop double-semicolon in CJunio C Hamano2009-02-101-1/+1
* | tree.c: allow read_tree_recursive() to traverse gitlink entriesLars Hjemli2009-02-071-0/+28
|/
* add context pointer to read_tree_recursive()René Scharfe2008-07-151-6/+6
* Merge branch 'mk/maint-parse-careful'Junio C Hamano2008-03-021-48/+0
|\
| * Remove unused object-ref codeMartin Koegler2008-02-251-48/+0
* | Make on-disk index representation separate from in-core oneLinus Torvalds2008-01-211-2/+2
|/
* Optimize "diff --cached" performance.Junio C Hamano2007-08-101-3/+66
* Merge branch 'sv/objfixes'Junio C Hamano2007-06-061-1/+6
|\
| * Don't assume tree entries that are not dirs are blobsSam Vilain2007-06-061-1/+6
* | rename dirlink to gitlink.Martin Waitz2007-05-211-2/+2
|/
* Merge branch 'lt/objalloc'Junio C Hamano2007-04-211-6/+2
|\
| * Clean up object creation to use more common codeLinus Torvalds2007-04-161-6/+2
* | Teach "fsck" not to follow subproject linksLinus Torvalds2007-04-101-1/+14
|/
* Initialize tree descriptors with a helper function rather than by hand.Linus Torvalds2007-03-211-6/+3
* Remove "pathlen" from "struct name_entry"Linus Torvalds2007-03-211-4/+5
* Trivial cleanup of track_tree_refs()Linus Torvalds2007-03-191-3/+1
* convert object type handling from a string to a numberNicolas Pitre2007-02-271-3/+3
* simplify inclusion of system header files.Junio C Hamano2006-12-201-1/+0
* Convert memcpy(a,b,20) to hashcpy(a,b).Shawn Pearce2006-08-231-1/+1
* Make track_tree_refs void.David Rientjes2006-08-141-2/+1
* Remove TYPE_* constant macros and use object_type enums consistently.Linus Torvalds2006-07-121-6/+6
* Add specialized object allocatorLinus Torvalds2006-06-191-1/+1
* Shrink "struct object" a bitLinus Torvalds2006-06-171-8/+8
* tree_entry(): new tree-walking helper functionLinus Torvalds2006-05-301-26/+15
* Remove last vestiges of generic tree_entry_listLinus Torvalds2006-05-291-42/+0
* Remove unused "zeropad" entry from tree_list_entryLinus Torvalds2006-05-291-2/+1