aboutsummaryrefslogtreecommitdiff
path: root/tree-walk.c
Commit message (Expand)AuthorAge
...
* tree_entry_interesting(): support depth limitNguyễn Thái Ngọc Duy2011-02-03
* tree_entry_interesting(): refactor into separate smaller functionsNguyễn Thái Ngọc Duy2011-02-03
* diff-tree: convert base+baselen to writable strbufNguyễn Thái Ngọc Duy2011-02-03
* Move tree_entry_interesting() to tree-walk.c and export itNguyễn Thái Ngọc Duy2011-02-03
* unpack_trees: group error messages by typeMatthieu Moy2010-08-11
* Merge branch 'maint-1.6.6' into maintJunio C Hamano2010-02-14
|\
| * fix minor memory leak in get_tree_entry()René Scharfe2010-02-14
* | traverse_trees(): handle D/F conflict case sanelyJunio C Hamano2010-01-03
|/
* Fix tree-walking compare_entry() in the presense of --prefixLinus Torvalds2008-03-09
* Make 'traverse_trees()' traverse conflicting DF entries in parallelLinus Torvalds2008-03-09
* Add return value to 'traverse_tree()' callbackLinus Torvalds2008-03-09
* Make 'traverse_tree()' use linked structure rather than 'const char *base'Linus Torvalds2008-03-09
* tree-walk: don't parse incorrect entriesMartin Koegler2008-01-06
* War on whitespaceJunio C Hamano2007-06-07
* Switch over tree descriptors to contain a pre-parsed entryLinus Torvalds2007-03-21
* 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
* Avoid unnecessary strlen() callsLinus Torvalds2007-03-18
* get_tree_entry: map blank requested entry to tree rootJeff King2007-01-09
* Remove shadowing variable from traverse_trees()René Scharfe2007-01-04
* Convert memcpy(a,b,20) to hashcpy(a,b).Shawn Pearce2006-08-23
* Remove all void-pointer arithmetic.Florian Forster2006-06-20
* tree_entry(): new tree-walking helper functionLinus Torvalds2006-05-30
* Don't use "sscanf()" for tree mode scanningLinus Torvalds2006-05-28
* get_tree_entry(): make it available from tree-walkJunio C Hamano2006-04-19
* Use blob_, commit_, tag_, and tree_type throughout.Peter Eriksen2006-04-04
* tree/diff header cleanup.Junio C Hamano2006-03-29