| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'bw/pathspec-match-submodule-boundary' | Junio C Hamano | 2017-12-19 | 1 | -2/+3 |
|\ |
|
| * | pathspec: only match across submodule boundaries when requestedbw/pathspec-match-submodule-boundary | Brandon Williams | 2017-12-05 | 1 | -2/+3 |
* | | Merge branch 'rj/no-sign-compare' | Junio C Hamano | 2017-09-29 | 1 | -2/+1 |
|\ \ |
|
| * | | ALLOC_GROW: avoid -Wsign-compare warningsrj/no-sign-compare | Ramsay Jones | 2017-09-22 | 1 | -2/+1 |
| |/ |
|
* | | tree-walk: convert fill_tree_descriptor() to object_idrs/object-id | René Scharfe | 2017-08-14 | 1 | -4/+5 |
|/ |
|
* | Merge branch 'jk/diff-blob' | Junio C Hamano | 2017-06-02 | 1 | -1/+0 |
|\ |
|
| * | get_sha1_with_context: always initialize oc->symlink_path | Jeff King | 2017-05-24 | 1 | -1/+0 |
* | | doc: replace more gmane linksab/doc-replace-gmane-links | Junio C Hamano | 2017-05-09 | 1 | -1/+1 |
|/ |
|
* | grep: enable recurse-submodules to work on <tree> objects | Brandon Williams | 2016-12-22 | 1 | -0/+28 |
* | fsck: handle bad trees like other errorsdt/tree-fsck | David Turner | 2016-09-27 | 1 | -11/+72 |
* | tree-walk: be more specific about corrupt tree errors | Jeff King | 2016-09-27 | 1 | -5/+7 |
* | tree-walk: convert tree_entry_extract() to use struct object_id | brian m. carlson | 2016-04-25 | 1 | -5/+5 |
* | struct name_entry: use struct object_id instead of unsigned char sha1[20] | brian m. carlson | 2016-04-25 | 1 | -3/+3 |
* | do_compare_entry: use already-computed path | David Turner | 2016-01-05 | 1 | -0/+7 |
* | tree-walk: learn get_tree_entry_follow_symlinks | David Turner | 2015-05-20 | 1 | -0/+206 |
* | cleanup duplicate name_compare() functionsjm/dedup-name-compare | Jeremiah Mahler | 2014-06-20 | 1 | -10/+0 |
* | tree-walk: finally switch over tree descriptors to contain a pre-parsed entryks/tree-diff-walk | Kirill Smelkov | 2014-02-24 | 1 | -1/+1 |
* | Merge branch 'as/tree-walk-fix-aggressive-short-cut' | Junio C Hamano | 2014-01-27 | 1 | -1/+1 |
|\ |
|
| * | tree_entry_interesting: match against all pathspecsas/tree-walk-fix-aggressive-short-cut | Andy Spencer | 2014-01-27 | 1 | -1/+1 |
* | | tree-walk.c: ignore trailing slash on submodule in tree_entry_interesting()nd/negative-pathspec | Nguyễn Thái Ngọc Duy | 2014-01-23 | 1 | -1/+1 |
* | | Support pathspec magic :(exclude) and its short form :! | Nguyễn Thái Ngọc Duy | 2013-12-06 | 1 | -4/+79 |
* | | 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 |