summaryrefslogtreecommitdiff
path: root/tree-walk.h
AgeCommit message (Expand)AuthorFilesLines
2019-05-13Merge branch 'dl/no-extern-in-func-decl'Libravatar Junio C Hamano1-2/+2
2019-05-05*.[ch]: remove extern from function declarations using spatchLibravatar Denton Liu1-2/+2
2019-04-08Use 'unsigned short' for mode, like diff_filespec doesLibravatar Elijah Newren1-3/+3
2019-02-06Merge branch 'dt/cat-file-batch-ambiguous'Libravatar Junio C Hamano1-17/+1
2019-01-29Merge branch 'bc/tree-walk-oid'Libravatar Junio C Hamano1-5/+5
2019-01-18Do not print 'dangling' for cat-file in case of ambiguityLibravatar David Turner1-17/+1
2019-01-15tree-walk: store object_id in a separate memberLibravatar brian m. carlson1-3/+6
2018-11-19tree-walk.c: make tree_entry_interesting() take an indexLibravatar Nguyễn Thái Ngọc Duy1-4/+6
2018-08-15Add missing includes and forward declarationsLibravatar Elijah Newren1-0/+2
2018-05-02tree-walk: convert get_tree_entry_follow_symlinks to object_idLibravatar brian m. carlson1-1/+1
2018-03-14tree-walk: convert tree entry functions to object_idLibravatar brian m. carlson1-1/+1
2017-08-14tree-walk: convert fill_tree_descriptor() to object_idLibravatar René Scharfe1-1/+1
2016-09-27fsck: handle bad trees like other errorsLibravatar David Turner1-0/+8
2016-04-25tree-walk: convert tree_entry_extract() to use struct object_idLibravatar brian m. carlson1-2/+2
2016-04-25struct name_entry: use struct object_id instead of unsigned char sha1[20]Libravatar brian m. carlson1-3/+3
2016-01-05do_compare_entry: use already-computed pathLibravatar David Turner1-0/+1
2015-05-20tree-walk: learn get_tree_entry_follow_symlinksLibravatar David Turner1-0/+18
2014-02-24tree-walk: finally switch over tree descriptors to contain a pre-parsed entryLibravatar Kirill Smelkov1-1/+1
2013-06-17unpack-trees: don't shift conflicts left and rightLibravatar René Scharfe1-1/+1
2011-10-27tree_entry_interesting(): give meaningful names to return valuesLibravatar Nguyễn Thái Ngọc Duy1-1/+11
2011-10-27tree-walk.c: do not leak internal structure in tree_entry_len()Libravatar Nguyễn Thái Ngọc Duy1-3/+3
2011-08-29traverse_trees(): allow pruning with pathspecLibravatar Junio C Hamano1-0/+1
2011-02-03grep: drop pathspec_matches() in favor of tree_entry_interesting()Libravatar Nguyễn Thái Ngọc Duy1-1/+1
2011-02-03tree_entry_interesting(): support wildcard matchingLibravatar Nguyễn Thái Ngọc Duy1-1/+1
2011-02-03diff-tree: convert base+baselen to writable strbufLibravatar Nguyễn Thái Ngọc Duy1-1/+1
2011-02-03Move tree_entry_interesting() to tree-walk.c and export itLibravatar Nguyễn Thái Ngọc Duy1-0/+2
2010-08-26Merge branch 'maint'Libravatar Junio C Hamano1-1/+4
2010-08-25tree-walk: Correct bitrotted comment about tree_entry()Libravatar Elijah Newren1-1/+4
2010-08-11unpack_trees: group error messages by typeLibravatar Matthieu Moy1-0/+1
2008-03-09Make 'traverse_trees()' traverse conflicting DF entries in parallelLibravatar Linus Torvalds1-1/+2
2008-03-09Add return value to 'traverse_tree()' callbackLibravatar Linus Torvalds1-2/+2
2008-03-09Make 'traverse_tree()' use linked structure rather than 'const char *base'Libravatar Linus Torvalds1-2/+18
2007-12-02rename: Break filepairs with different types.Libravatar Junio C Hamano1-7/+0
2007-11-14Fix rev-list when showing objects involving submodulesLibravatar Linus Torvalds1-0/+7
2007-06-22Two trivial -Wcast-qual fixesLibravatar Junio C Hamano1-1/+1
2007-05-13Remove stale non-static-inline prototype for tree_entry_extract()Libravatar Matthieu Castet1-1/+0
2007-03-21Switch over tree descriptors to contain a pre-parsed entryLibravatar Linus Torvalds1-5/+13
2007-03-21Initialize tree descriptors with a helper function rather than by hand.Libravatar Linus Torvalds1-2/+3
2007-03-21Remove "pathlen" from "struct name_entry"Libravatar Linus Torvalds1-1/+0
2007-03-18Avoid unnecessary strlen() callsLibravatar Linus Torvalds1-0/+5
2006-05-30tree_entry(): new tree-walking helper functionLibravatar Linus Torvalds1-1/+4
2006-04-19get_tree_entry(): make it available from tree-walkLibravatar Junio C Hamano1-0/+2
2006-03-29tree/diff header cleanup.Libravatar Junio C Hamano1-0/+25