aboutsummaryrefslogtreecommitdiff
path: root/tree-walk.h
Commit message (Expand)AuthorAge
* tree-walk: convert fill_tree_descriptor() to object_idRené Scharfe2017-08-14
* fsck: handle bad trees like other errorsDavid Turner2016-09-27
* tree-walk: convert tree_entry_extract() to use struct object_idbrian m. carlson2016-04-25
* struct name_entry: use struct object_id instead of unsigned char sha1[20]brian m. carlson2016-04-25
* do_compare_entry: use already-computed pathDavid Turner2016-01-05
* tree-walk: learn get_tree_entry_follow_symlinksDavid Turner2015-05-20
* tree-walk: finally switch over tree descriptors to contain a pre-parsed entryKirill Smelkov2014-02-24
* unpack-trees: don't shift conflicts left and rightRené Scharfe2013-06-17
* 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
* traverse_trees(): allow pruning with pathspecJunio C Hamano2011-08-29
* grep: drop pathspec_matches() in favor of tree_entry_interesting()Nguyễn Thái Ngọc Duy2011-02-03
* tree_entry_interesting(): support wildcard matchingNguyễ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
* Merge branch 'maint'Junio C Hamano2010-08-26
|\
| * tree-walk: Correct bitrotted comment about tree_entry()Elijah Newren2010-08-25
* | unpack_trees: group error messages by typeMatthieu Moy2010-08-11
|/
* 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
* rename: Break filepairs with different types.Junio C Hamano2007-12-02
* Fix rev-list when showing objects involving submodulesLinus Torvalds2007-11-14
* Two trivial -Wcast-qual fixesJunio C Hamano2007-06-22
* Remove stale non-static-inline prototype for tree_entry_extract()Matthieu Castet2007-05-13
* 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
* tree_entry(): new tree-walking helper functionLinus Torvalds2006-05-30
* get_tree_entry(): make it available from tree-walkJunio C Hamano2006-04-19
* tree/diff header cleanup.Junio C Hamano2006-03-29