summaryrefslogtreecommitdiff
path: root/tree-walk.h
AgeCommit message (Expand)Author
2018-11-19tree-walk.c: make tree_entry_interesting() take an indexNguyễn Thái Ngọc Duy
2018-08-15Add missing includes and forward declarationsElijah Newren
2018-05-02tree-walk: convert get_tree_entry_follow_symlinks to object_idbrian m. carlson
2018-03-14tree-walk: convert tree entry functions to object_idbrian m. carlson
2017-08-14tree-walk: convert fill_tree_descriptor() to object_idRené Scharfe
2016-09-27fsck: handle bad trees like other errorsDavid Turner
2016-04-25tree-walk: convert tree_entry_extract() to use struct object_idbrian m. carlson
2016-04-25struct name_entry: use struct object_id instead of unsigned char sha1[20]brian m. carlson
2016-01-05do_compare_entry: use already-computed pathDavid Turner
2015-05-20tree-walk: learn get_tree_entry_follow_symlinksDavid Turner
2014-02-24tree-walk: finally switch over tree descriptors to contain a pre-parsed entryKirill Smelkov
2013-06-17unpack-trees: don't shift conflicts left and rightRené Scharfe
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