summaryrefslogtreecommitdiff
path: root/tree-walk.c
AgeCommit message (Expand)Author
2017-06-02Merge branch 'jk/diff-blob'Junio C Hamano
2017-05-24get_sha1_with_context: always initialize oc->symlink_pathJeff King
2017-05-10doc: replace more gmane linksJunio C Hamano
2016-12-22grep: enable recurse-submodules to work on <tree> objectsBrandon Williams
2016-09-27fsck: handle bad trees like other errorsDavid Turner
2016-09-27tree-walk: be more specific about corrupt tree errorsJeff King
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-06-20cleanup duplicate name_compare() functionsJeremiah Mahler
2014-02-24tree-walk: finally switch over tree descriptors to contain a pre-parsed entryKirill Smelkov
2014-01-27Merge branch 'as/tree-walk-fix-aggressive-short-cut'Junio C Hamano
2014-01-27tree_entry_interesting: match against all pathspecsAndy Spencer
2014-01-23tree-walk.c: ignore trailing slash on submodule in tree_entry_interesting()Nguyễn Thái Ngọc Duy
2013-12-06Support pathspec magic :(exclude) and its short form :!Nguyễn Thái Ngọc Duy
2013-09-09Merge branch 'jl/submodule-mv'Junio C Hamano
2013-07-19traverse_trees(): clarify return value of the callbackStefan Beller
2013-07-15parse_pathspec: accept :(icase)path syntaxNguyễn Thái Ngọc Duy
2013-07-15pathspec: support :(glob) syntaxNguyễn Thái Ngọc Duy
2013-07-15pathspec: support :(literal) syntax for noglob pathspecNguyễn Thái Ngọc Duy
2013-07-15guard against new pathspec magic in pathspec matching codeNguyễn Thái Ngọc Duy
2013-07-15parse_pathspec: add special flag for max_depth featureNguyễn Thái Ngọc Duy
2013-07-15move struct pathspec and related functions to pathspec.[ch]Nguyễn Thái Ngọc Duy
2012-11-26tree_entry_interesting: do basedir compare on wildcard patterns when possibleNguyễn Thái Ngọc Duy
2012-11-26pathspec: apply "*.c" optimization from excludeNguyễn Thái Ngọc Duy
2012-11-26pathspec: do exact comparison on the leading non-wildcard partNguyễn Thái Ngọc Duy
2012-11-19pathspec: save the non-wildcard length partNguyễn Thái Ngọc Duy
2012-11-09Merge branch 'nd/tree-walk-enum-cleanup'Jeff King
2012-10-19tree-walk: use enum interesting instead of integerNguyễn Thái Ngọc Duy
2012-01-15Document limited recursion pathspec matching with wildcardsNguyễn Thái Ngọc Duy
2011-10-27tree_entry_interesting(): give meaningful names to return valuesNguyễn Thái Ngọc Duy
2011-10-27tree_entry_interesting: make use of local pointer "item"Nguyễn Thái Ngọc Duy
2011-10-27get_tree_entry(): do not call find_tree_entry() on an empty treeJunio C Hamano
2011-10-27tree-walk.c: do not leak internal structure in tree_entry_len()Nguyễn Thái Ngọc Duy
2011-10-10Merge branch 'dm/tree-walk'Junio C Hamano
2011-10-09Fix some "variable might be used uninitialized" warningsRamsay Jones
2011-09-29tree-walk: micro-optimization in tree_entry_interestingDan McGee
2011-09-29tree-walk: drop unused parameter from match_dir_prefixDan McGee
2011-08-29traverse_trees(): allow pruning with pathspecJunio C Hamano
2011-04-05pathspec: rename per-item field has_wildcard to use_wildcardJunio 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(): optimize wildcard matching when base is matchedNguyễn Thái Ngọc Duy
2011-02-03tree_entry_interesting(): support wildcard matchingNguyễn Thái Ngọc Duy
2011-02-03tree_entry_interesting(): fix depth limit with overlapping pathspecsNguyễn Thái Ngọc Duy
2011-02-03tree_entry_interesting(): support depth limitNguyễn Thái Ngọc Duy
2011-02-03tree_entry_interesting(): refactor into separate smaller functionsNguyễ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-11unpack_trees: group error messages by typeMatthieu Moy