aboutsummaryrefslogtreecommitdiffstats
path: root/tree-walk.h
AgeCommit message (Expand)AuthorFilesLines
2024-03-28Merge branch 'eb/hash-transition'Junio C Hamano1-2/+5
2023-10-02tree-walk: init_tree_desc take an oid to get the hash algorithmEric W. Biederman1-2/+5
2023-08-31tree-walk: drop MAX_TRAVERSE_TREES macroJeff King1-2/+0
2023-07-07tree-walk: lose base_offset that is never used in tree_entry_interestingJunio C Hamano1-1/+1
2023-04-24hash-ll.h: split out of hash.h to remove dependency on repository.hElijah Newren1-1/+2
2023-02-23hash.h: move some oid-related declarations from cache.hElijah Newren1-1/+3
2022-08-10tree-walk: add a mechanism for getting non-canonicalized modesJeff King1-1/+7
2020-02-04tree-walk.c: break circular dependency with unpack-treesJeff King1-0/+2
2019-11-18tree-walk: move doc to tree-walk.hHeba Waly1-2/+120
2019-08-22Merge branch 'jk/tree-walk-overflow'Junio C Hamano1-5/+13
2019-08-01tree-walk: harden make_traverse_path() length computationsJeff King1-1/+1
2019-08-01tree-walk: add a strbuf wrapper for make_traverse_path()Jeff King1-0/+3
2019-08-01tree-walk: accept a raw length for traverse_path_len()Jeff King1-2/+3
2019-08-01tree-walk: use size_t consistentlyJeff King1-3/+3
2019-07-31tree-walk: drop oid from traverse_infoJeff King1-2/+6
2019-06-27tree-walk.c: remove the_repo from get_tree_entry_follow_symlinks()Nguyễn Thái Ngọc Duy1-1/+1
2019-06-27tree-walk.c: remove the_repo from get_tree_entry()Nguyễn Thái Ngọc Duy1-1/+1
2019-06-27tree-walk.c: remove the_repo from fill_tree_descriptor()Nguyễn Thái Ngọc Duy1-1/+3
2019-05-13Merge branch 'dl/no-extern-in-func-decl'Junio C Hamano1-2/+2
2019-05-05*.[ch]: remove extern from function declarations using spatchDenton Liu1-2/+2
2019-04-08Use 'unsigned short' for mode, like diff_filespec doesElijah Newren1-3/+3
2019-02-06Merge branch 'dt/cat-file-batch-ambiguous'Junio C Hamano1-17/+1
2019-01-29Merge branch 'bc/tree-walk-oid'Junio C Hamano1-5/+5
2019-01-18Do not print 'dangling' for cat-file in case of ambiguityDavid Turner1-17/+1
2019-01-15tree-walk: store object_id in a separate memberbrian m. carlson1-3/+6
2018-11-19tree-walk.c: make tree_entry_interesting() take an indexNguyễn Thái Ngọc Duy1-4/+6
2018-08-15Add missing includes and forward declarationsElijah Newren1-0/+2
2018-05-02tree-walk: convert get_tree_entry_follow_symlinks to object_idbrian m. carlson1-1/+1
2018-03-14tree-walk: convert tree entry functions to object_idbrian m. carlson1-1/+1
2017-08-14tree-walk: convert fill_tree_descriptor() to object_idRené Scharfe1-1/+1
2016-09-27fsck: handle bad trees like other errorsDavid Turner1-0/+8
2016-04-25tree-walk: convert tree_entry_extract() to use struct object_idbrian m. carlson1-2/+2
2016-04-25struct name_entry: use struct object_id instead of unsigned char sha1[20]brian m. carlson1-3/+3
2016-01-05do_compare_entry: use already-computed pathDavid Turner1-0/+1
2015-05-20tree-walk: learn get_tree_entry_follow_symlinksDavid Turner1-0/+18
2014-02-24tree-walk: finally switch over tree descriptors to contain a pre-parsed entryKirill Smelkov1-1/+1
2013-06-17unpack-trees: don't shift conflicts left and rightRené Scharfe1-1/+1
2011-10-27tree_entry_interesting(): give meaningful names to return valuesNguyễn Thái Ngọc Duy1-1/+11
2011-10-27tree-walk.c: do not leak internal structure in tree_entry_len()Nguyễn Thái Ngọc Duy1-3/+3
2011-08-29traverse_trees(): allow pruning with pathspecJunio C Hamano1-0/+1
2011-02-03grep: drop pathspec_matches() in favor of tree_entry_interesting()Nguyễn Thái Ngọc Duy1-1/+1
2011-02-03tree_entry_interesting(): support wildcard matchingNguyễn Thái Ngọc Duy1-1/+1
2011-02-03diff-tree: convert base+baselen to writable strbufNguyễn Thái Ngọc Duy1-1/+1
2011-02-03Move tree_entry_interesting() to tree-walk.c and export itNguyễn Thái Ngọc Duy1-0/+2
2010-08-26Merge branch 'maint'Junio C Hamano1-1/+4
2010-08-25tree-walk: Correct bitrotted comment about tree_entry()Elijah Newren1-1/+4
2010-08-11unpack_trees: group error messages by typeMatthieu Moy1-0/+1
2008-03-09Make 'traverse_trees()' traverse conflicting DF entries in parallelLinus Torvalds1-1/+2
2008-03-09Add return value to 'traverse_tree()' callbackLinus Torvalds1-2/+2
2008-03-09Make 'traverse_tree()' use linked structure rather than 'const char *base'Linus Torvalds1-2/+18
2007-12-02rename: Break filepairs with different types.Junio C Hamano1-7/+0
2007-11-14Fix rev-list when showing objects involving submodulesLinus Torvalds1-0/+7
2007-06-22Two trivial -Wcast-qual fixesJunio C Hamano1-1/+1
2007-05-13Remove stale non-static-inline prototype for tree_entry_extract()Matthieu Castet1-1/+0
2007-03-21Switch over tree descriptors to contain a pre-parsed entryLinus Torvalds1-5/+13
2007-03-21Initialize tree descriptors with a helper function rather than by hand.Linus Torvalds1-2/+3
2007-03-21Remove "pathlen" from "struct name_entry"Linus Torvalds1-1/+0
2007-03-18Avoid unnecessary strlen() callsLinus Torvalds1-0/+5
2006-05-30tree_entry(): new tree-walking helper functionLinus Torvalds1-1/+4
2006-04-19get_tree_entry(): make it available from tree-walkJunio C Hamano1-0/+2
2006-03-29tree/diff header cleanup.Junio C Hamano1-0/+25