Age | Commit message (Expand) | Author | Files | Lines |
2016-04-25 | tree-walk: convert tree_entry_extract() to use struct object_id | brian m. carlson | 1 | -5/+5 |
2016-04-25 | struct name_entry: use struct object_id instead of unsigned char sha1[20] | brian m. carlson | 1 | -3/+3 |
2016-01-05 | do_compare_entry: use already-computed path | David Turner | 1 | -0/+7 |
2015-05-20 | tree-walk: learn get_tree_entry_follow_symlinks | David Turner | 1 | -0/+206 |
2014-06-20 | cleanup duplicate name_compare() functions | Jeremiah Mahler | 1 | -10/+0 |
2014-02-24 | tree-walk: finally switch over tree descriptors to contain a pre-parsed entry | Kirill Smelkov | 1 | -1/+1 |
2014-01-27 | Merge branch 'as/tree-walk-fix-aggressive-short-cut' | Junio C Hamano | 1 | -1/+1 |
2014-01-27 | tree_entry_interesting: match against all pathspecs | Andy Spencer | 1 | -1/+1 |
2014-01-23 | tree-walk.c: ignore trailing slash on submodule in tree_entry_interesting() | Nguyễn Thái Ngọc Duy | 1 | -1/+1 |
2013-12-06 | Support pathspec magic :(exclude) and its short form :! | Nguyễn Thái Ngọc Duy | 1 | -4/+79 |
2013-09-09 | Merge branch 'jl/submodule-mv' | Junio C Hamano | 1 | -16/+62 |
2013-07-19 | traverse_trees(): clarify return value of the callback | Stefan Beller | 1 | -6/+5 |
2013-07-15 | parse_pathspec: accept :(icase)path syntax | Nguyễn Thái Ngọc Duy | 1 | -11/+48 |
2013-07-15 | pathspec: support :(glob) syntax | Nguyễn Thái Ngọc Duy | 1 | -5/+4 |
2013-07-15 | pathspec: support :(literal) syntax for noglob pathspec | Nguyễn Thái Ngọc Duy | 1 | -1/+4 |
2013-07-15 | guard against new pathspec magic in pathspec matching code | Nguyễn Thái Ngọc Duy | 1 | -0/+2 |
2013-07-15 | parse_pathspec: add special flag for max_depth feature | Nguyễn Thái Ngọc Duy | 1 | -2/+6 |
2013-07-15 | move struct pathspec and related functions to pathspec.[ch] | Nguyễn Thái Ngọc Duy | 1 | -0/+1 |
2012-11-26 | tree_entry_interesting: do basedir compare on wildcard patterns when possible | Nguyễn Thái Ngọc Duy | 1 | -1/+64 |
2012-11-26 | pathspec: apply "*.c" optimization from exclude | Nguyễn Thái Ngọc Duy | 1 | -2/+4 |
2012-11-26 | pathspec: do exact comparison on the leading non-wildcard part | Nguyễn Thái Ngọc Duy | 1 | -2/+4 |
2012-11-19 | pathspec: save the non-wildcard length part | Nguyễn Thái Ngọc Duy | 1 | -2/+2 |
2012-11-09 | Merge branch 'nd/tree-walk-enum-cleanup' | Jeff King | 1 | -4/+4 |
2012-10-19 | tree-walk: use enum interesting instead of integer | Nguyễn Thái Ngọc Duy | 1 | -4/+4 |
2012-01-14 | Document limited recursion pathspec matching with wildcards | Nguyễn Thái Ngọc Duy | 1 | -0/+3 |
2011-10-27 | tree_entry_interesting(): give meaningful names to return values | Nguyễn Thái Ngọc Duy | 1 | -24/+21 |
2011-10-27 | tree_entry_interesting: make use of local pointer "item" | Nguyễn Thái Ngọc Duy | 1 | -2/+2 |
2011-10-27 | get_tree_entry(): do not call find_tree_entry() on an empty tree | Junio C Hamano | 1 | -3/+7 |
2011-10-27 | tree-walk.c: do not leak internal structure in tree_entry_len() | Nguyễn Thái Ngọc Duy | 1 | -8/+8 |
2011-10-10 | Merge branch 'dm/tree-walk' | Junio C Hamano | 1 | -4/+4 |
2011-10-09 | Fix some "variable might be used uninitialized" warnings | Ramsay Jones | 1 | -1/+1 |
2011-09-28 | tree-walk: micro-optimization in tree_entry_interesting | Dan McGee | 1 | -2/+2 |
2011-09-28 | tree-walk: drop unused parameter from match_dir_prefix | Dan McGee | 1 | -2/+2 |
2011-08-29 | traverse_trees(): allow pruning with pathspec | Junio C Hamano | 1 | -6/+33 |
2011-04-05 | pathspec: rename per-item field has_wildcard to use_wildcard | Junio C Hamano | 1 | -2/+2 |
2011-02-03 | grep: drop pathspec_matches() in favor of tree_entry_interesting() | Nguyễn Thái Ngọc Duy | 1 | -11/+13 |
2011-02-03 | tree_entry_interesting(): optimize wildcard matching when base is matched | Nguyễn Thái Ngọc Duy | 1 | -0/+14 |
2011-02-03 | tree_entry_interesting(): support wildcard matching | Nguyễn Thái Ngọc Duy | 1 | -3/+27 |
2011-02-03 | tree_entry_interesting(): fix depth limit with overlapping pathspecs | Nguyễn Thái Ngọc Duy | 1 | -1/+1 |
2011-02-03 | tree_entry_interesting(): support depth limit | Nguyễn Thái Ngọc Duy | 1 | -3/+16 |
2011-02-03 | tree_entry_interesting(): refactor into separate smaller functions | Nguyễn Thái Ngọc Duy | 1 | -77/+93 |
2011-02-03 | diff-tree: convert base+baselen to writable strbuf | Nguyễn Thái Ngọc Duy | 1 | -2/+3 |
2011-02-03 | Move tree_entry_interesting() to tree-walk.c and export it | Nguyễn Thái Ngọc Duy | 1 | -0/+114 |
2010-08-11 | unpack_trees: group error messages by type | Matthieu Moy | 1 | -3/+8 |
2010-02-14 | Merge branch 'maint-1.6.6' into maint | Junio C Hamano | 1 | -0/+1 |
2010-02-14 | fix minor memory leak in get_tree_entry() | René Scharfe | 1 | -0/+1 |
2010-01-03 | traverse_trees(): handle D/F conflict case sanely | Junio C Hamano | 1 | -43/+234 |
2008-03-09 | Fix tree-walking compare_entry() in the presense of --prefix | Linus Torvalds | 1 | -0/+3 |
2008-03-09 | Make 'traverse_trees()' traverse conflicting DF entries in parallel | Linus Torvalds | 1 | -2/+6 |
2008-03-09 | Add return value to 'traverse_tree()' callback | Linus Torvalds | 1 | -7/+15 |