summaryrefslogtreecommitdiff
path: root/tree-walk.h
Commit message (Expand)AuthorAgeFilesLines
* unpack-trees: don't shift conflicts left and rightRené Scharfe2013-06-171-1/+1
* tree_entry_interesting(): give meaningful names to return valuesNguyễn Thái Ngọc Duy2011-10-271-1/+11
* tree-walk.c: do not leak internal structure in tree_entry_len()Nguyễn Thái Ngọc Duy2011-10-271-3/+3
* traverse_trees(): allow pruning with pathspecJunio C Hamano2011-08-291-0/+1
* grep: drop pathspec_matches() in favor of tree_entry_interesting()Nguyễn Thái Ngọc Duy2011-02-031-1/+1
* tree_entry_interesting(): support wildcard matchingNguyễn Thái Ngọc Duy2011-02-031-1/+1
* diff-tree: convert base+baselen to writable strbufNguyễn Thái Ngọc Duy2011-02-031-1/+1
* Move tree_entry_interesting() to tree-walk.c and export itNguyễn Thái Ngọc Duy2011-02-031-0/+2
* Merge branch 'maint'Junio C Hamano2010-08-261-1/+4
|\
| * tree-walk: Correct bitrotted comment about tree_entry()Elijah Newren2010-08-251-1/+4
* | unpack_trees: group error messages by typeMatthieu Moy2010-08-111-0/+1
|/
* Make 'traverse_trees()' traverse conflicting DF entries in parallelLinus Torvalds2008-03-091-1/+2
* Add return value to 'traverse_tree()' callbackLinus Torvalds2008-03-091-2/+2
* Make 'traverse_tree()' use linked structure rather than 'const char *base'Linus Torvalds2008-03-091-2/+18
* rename: Break filepairs with different types.Junio C Hamano2007-12-021-7/+0
* Fix rev-list when showing objects involving submodulesLinus Torvalds2007-11-141-0/+7
* Two trivial -Wcast-qual fixesJunio C Hamano2007-06-221-1/+1
* Remove stale non-static-inline prototype for tree_entry_extract()Matthieu Castet2007-05-131-1/+0
* Switch over tree descriptors to contain a pre-parsed entryLinus Torvalds2007-03-211-5/+13
* Initialize tree descriptors with a helper function rather than by hand.Linus Torvalds2007-03-211-2/+3
* Remove "pathlen" from "struct name_entry"Linus Torvalds2007-03-211-1/+0
* Avoid unnecessary strlen() callsLinus Torvalds2007-03-181-0/+5
* tree_entry(): new tree-walking helper functionLinus Torvalds2006-05-301-1/+4
* get_tree_entry(): make it available from tree-walkJunio C Hamano2006-04-191-0/+2
* tree/diff header cleanup.Junio C Hamano2006-03-291-0/+25