summaryrefslogtreecommitdiff
path: root/tree-walk.h
AgeCommit message (Expand)Author
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-08-29traverse_trees(): allow pruning with pathspecJunio C Hamano
2011-02-03grep: drop pathspec_matches() in favor of tree_entry_interesting()Nguyễn Thái Ngọc Duy
2011-02-03tree_entry_interesting(): support wildcard matchingNguyễn Thái Ngọc Duy
2011-02-03diff-tree: convert base+baselen to writable strbufNguyễn Thái Ngọc Duy
2011-02-03Move tree_entry_interesting() to tree-walk.c and export itNguyễn Thái Ngọc Duy
2010-08-26Merge branch 'maint'Junio C Hamano
2010-08-25tree-walk: Correct bitrotted comment about tree_entry()Elijah Newren
2010-08-11unpack_trees: group error messages by typeMatthieu Moy
2008-03-09Make 'traverse_trees()' traverse conflicting DF entries in parallelLinus Torvalds
2008-03-09Add return value to 'traverse_tree()' callbackLinus Torvalds
2008-03-09Make 'traverse_tree()' use linked structure rather than 'const char *base'Linus Torvalds
2007-12-02rename: Break filepairs with different types.Junio C Hamano
2007-11-14Fix rev-list when showing objects involving submodulesLinus Torvalds
2007-06-23Two trivial -Wcast-qual fixesJunio C Hamano
2007-05-13Remove stale non-static-inline prototype for tree_entry_extract()Matthieu Castet
2007-03-21Switch over tree descriptors to contain a pre-parsed entryLinus 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-18Avoid unnecessary strlen() callsLinus Torvalds
2006-05-31tree_entry(): new tree-walking helper functionLinus Torvalds
2006-04-19get_tree_entry(): make it available from tree-walkJunio C Hamano
2006-03-30tree/diff header cleanup.Junio C Hamano