| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'jl/submodule-mv' | Junio C Hamano | 2013-09-09 | 1 | -16/+62 |
|\ |
|
| * | parse_pathspec: accept :(icase)path syntax | Nguyễn Thái Ngọc Duy | 2013-07-15 | 1 | -11/+48 |
| * | pathspec: support :(glob) syntax | Nguyễn Thái Ngọc Duy | 2013-07-15 | 1 | -5/+4 |
| * | pathspec: support :(literal) syntax for noglob pathspec | Nguyễn Thái Ngọc Duy | 2013-07-15 | 1 | -1/+4 |
| * | guard against new pathspec magic in pathspec matching code | Nguyễn Thái Ngọc Duy | 2013-07-15 | 1 | -0/+2 |
| * | parse_pathspec: add special flag for max_depth feature | Nguyễn Thái Ngọc Duy | 2013-07-15 | 1 | -2/+6 |
| * | move struct pathspec and related functions to pathspec.[ch] | Nguyễn Thái Ngọc Duy | 2013-07-15 | 1 | -0/+1 |
* | | traverse_trees(): clarify return value of the callbacksb/traverse-trees-bitmask-variable-name | Stefan Beller | 2013-07-19 | 1 | -6/+5 |
|/ |
|
* | tree_entry_interesting: do basedir compare on wildcard patterns when possible | Nguyễn Thái Ngọc Duy | 2012-11-26 | 1 | -1/+64 |
* | pathspec: apply "*.c" optimization from exclude | Nguyễn Thái Ngọc Duy | 2012-11-26 | 1 | -2/+4 |
* | pathspec: do exact comparison on the leading non-wildcard part | Nguyễn Thái Ngọc Duy | 2012-11-26 | 1 | -2/+4 |
* | pathspec: save the non-wildcard length part | Nguyễn Thái Ngọc Duy | 2012-11-19 | 1 | -2/+2 |
* | Merge branch 'nd/tree-walk-enum-cleanup' | Jeff King | 2012-11-09 | 1 | -4/+4 |
|\ |
|
| * | tree-walk: use enum interesting instead of integer | Nguyễn Thái Ngọc Duy | 2012-10-19 | 1 | -4/+4 |
* | | Document limited recursion pathspec matching with wildcards | Nguyễn Thái Ngọc Duy | 2012-01-14 | 1 | -0/+3 |
* | | tree_entry_interesting: make use of local pointer "item" | Nguyễn Thái Ngọc Duy | 2011-10-27 | 1 | -2/+2 |
|/ |
|
* | tree_entry_interesting(): give meaningful names to return values | Nguyễn Thái Ngọc Duy | 2011-10-27 | 1 | -24/+21 |
* | get_tree_entry(): do not call find_tree_entry() on an empty tree | Junio C Hamano | 2011-10-27 | 1 | -3/+7 |
* | tree-walk.c: do not leak internal structure in tree_entry_len() | Nguyễn Thái Ngọc Duy | 2011-10-27 | 1 | -8/+8 |
* | Merge branch 'dm/tree-walk' | Junio C Hamano | 2011-10-10 | 1 | -4/+4 |
|\ |
|
| * | tree-walk: micro-optimization in tree_entry_interestingdm/tree-walk | Dan McGee | 2011-09-28 | 1 | -2/+2 |
| * | tree-walk: drop unused parameter from match_dir_prefix | Dan McGee | 2011-09-28 | 1 | -2/+2 |
* | | Fix some "variable might be used uninitialized" warnings | Ramsay Jones | 2011-10-09 | 1 | -1/+1 |
* | | traverse_trees(): allow pruning with pathspec | Junio C Hamano | 2011-08-29 | 1 | -6/+33 |
* | | pathspec: rename per-item field has_wildcard to use_wildcard | Junio C Hamano | 2011-04-05 | 1 | -2/+2 |
|/ |
|
* | grep: drop pathspec_matches() in favor of tree_entry_interesting() | Nguyễn Thái Ngọc Duy | 2011-02-03 | 1 | -11/+13 |
* | tree_entry_interesting(): optimize wildcard matching when base is matched | Nguyễn Thái Ngọc Duy | 2011-02-03 | 1 | -0/+14 |
* | tree_entry_interesting(): support wildcard matching | Nguyễn Thái Ngọc Duy | 2011-02-03 | 1 | -3/+27 |
* | tree_entry_interesting(): fix depth limit with overlapping pathspecs | Nguyễn Thái Ngọc Duy | 2011-02-03 | 1 | -1/+1 |
* | tree_entry_interesting(): support depth limit | Nguyễn Thái Ngọc Duy | 2011-02-03 | 1 | -3/+16 |
* | tree_entry_interesting(): refactor into separate smaller functions | Nguyễn Thái Ngọc Duy | 2011-02-03 | 1 | -77/+93 |
* | diff-tree: convert base+baselen to writable strbuf | Nguyễn Thái Ngọc Duy | 2011-02-03 | 1 | -2/+3 |
* | Move tree_entry_interesting() to tree-walk.c and export it | Nguyễn Thái Ngọc Duy | 2011-02-03 | 1 | -0/+114 |
* | unpack_trees: group error messages by type | Matthieu Moy | 2010-08-11 | 1 | -3/+8 |
* | Merge branch 'maint-1.6.6' into maint | Junio C Hamano | 2010-02-14 | 1 | -0/+1 |
|\ |
|
| * | fix minor memory leak in get_tree_entry() | René Scharfe | 2010-02-14 | 1 | -0/+1 |
* | | traverse_trees(): handle D/F conflict case sanely | Junio C Hamano | 2010-01-03 | 1 | -43/+234 |
|/ |
|
* | Fix tree-walking compare_entry() in the presense of --prefix | Linus Torvalds | 2008-03-09 | 1 | -0/+3 |
* | Make 'traverse_trees()' traverse conflicting DF entries in parallel | Linus Torvalds | 2008-03-09 | 1 | -2/+6 |
* | Add return value to 'traverse_tree()' callback | Linus Torvalds | 2008-03-09 | 1 | -7/+15 |
* | Make 'traverse_tree()' use linked structure rather than 'const char *base' | Linus Torvalds | 2008-03-09 | 1 | -2/+33 |
* | tree-walk: don't parse incorrect entries | Martin Koegler | 2008-01-06 | 1 | -2/+8 |
* | War on whitespace | Junio C Hamano | 2007-06-07 | 1 | -1/+0 |
* | Switch over tree descriptors to contain a pre-parsed entry | Linus Torvalds | 2007-03-21 | 1 | -57/+44 |
* | Initialize tree descriptors with a helper function rather than by hand. | Linus Torvalds | 2007-03-21 | 1 | -9/+15 |
* | Remove "pathlen" from "struct name_entry" | Linus Torvalds | 2007-03-21 | 1 | -4/+2 |
* | Avoid unnecessary strlen() calls | Linus Torvalds | 2007-03-18 | 1 | -2/+2 |
* | get_tree_entry: map blank requested entry to tree root | Jeff King | 2007-01-09 | 1 | -1/+8 |
* | Remove shadowing variable from traverse_trees() | René Scharfe | 2007-01-04 | 1 | -1/+0 |
* | Convert memcpy(a,b,20) to hashcpy(a,b). | Shawn Pearce | 2006-08-23 | 1 | -2/+2 |