summaryrefslogtreecommitdiffstats
path: root/tree-walk.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Sync with 2.14.6Johannes Schindelin2019-12-061-0/+6
|\
| * mingw: disallow backslash characters in tree objects' file namesJohannes Schindelin2019-12-041-0/+6
* | Merge branch 'rj/no-sign-compare'Junio C Hamano2017-09-291-2/+1
|\|
| * ALLOC_GROW: avoid -Wsign-compare warningsRamsay Jones2017-09-221-2/+1
* | tree-walk: convert fill_tree_descriptor() to object_idRené Scharfe2017-08-141-4/+5
|/
* Merge branch 'jk/diff-blob'Junio C Hamano2017-06-021-1/+0
|\
| * get_sha1_with_context: always initialize oc->symlink_pathJeff King2017-05-241-1/+0
* | doc: replace more gmane linksJunio C Hamano2017-05-091-1/+1
|/
* grep: enable recurse-submodules to work on <tree> objectsBrandon Williams2016-12-221-0/+28
* fsck: handle bad trees like other errorsDavid Turner2016-09-271-11/+72
* tree-walk: be more specific about corrupt tree errorsJeff King2016-09-271-5/+7
* tree-walk: convert tree_entry_extract() to use struct object_idbrian m. carlson2016-04-251-5/+5
* struct name_entry: use struct object_id instead of unsigned char sha1[20]brian m. carlson2016-04-251-3/+3
* do_compare_entry: use already-computed pathDavid Turner2016-01-051-0/+7
* tree-walk: learn get_tree_entry_follow_symlinksDavid Turner2015-05-201-0/+206
* cleanup duplicate name_compare() functionsJeremiah Mahler2014-06-201-10/+0
* tree-walk: finally switch over tree descriptors to contain a pre-parsed entryKirill Smelkov2014-02-241-1/+1
* Merge branch 'as/tree-walk-fix-aggressive-short-cut'Junio C Hamano2014-01-271-1/+1
|\
| * tree_entry_interesting: match against all pathspecsAndy Spencer2014-01-271-1/+1
* | tree-walk.c: ignore trailing slash on submodule in tree_entry_interesting()Nguyễn Thái Ngọc Duy2014-01-231-1/+1
* | Support pathspec magic :(exclude) and its short form :!Nguyễn Thái Ngọc Duy2013-12-061-4/+79
* | Merge branch 'jl/submodule-mv'Junio C Hamano2013-09-091-16/+62
|\ \ | |/ |/|
| * parse_pathspec: accept :(icase)path syntaxNguyễn Thái Ngọc Duy2013-07-151-11/+48
| * pathspec: support :(glob) syntaxNguyễn Thái Ngọc Duy2013-07-151-5/+4
| * pathspec: support :(literal) syntax for noglob pathspecNguyễn Thái Ngọc Duy2013-07-151-1/+4
| * guard against new pathspec magic in pathspec matching codeNguyễn Thái Ngọc Duy2013-07-151-0/+2
| * parse_pathspec: add special flag for max_depth featureNguyễn Thái Ngọc Duy2013-07-151-2/+6
| * move struct pathspec and related functions to pathspec.[ch]Nguyễn Thái Ngọc Duy2013-07-151-0/+1
* | traverse_trees(): clarify return value of the callbackStefan Beller2013-07-191-6/+5
|/
* tree_entry_interesting: do basedir compare on wildcard patterns when possibleNguyễn Thái Ngọc Duy2012-11-261-1/+64
* pathspec: apply "*.c" optimization from excludeNguyễn Thái Ngọc Duy2012-11-261-2/+4
* pathspec: do exact comparison on the leading non-wildcard partNguyễn Thái Ngọc Duy2012-11-261-2/+4
* pathspec: save the non-wildcard length partNguyễn Thái Ngọc Duy2012-11-191-2/+2
* Merge branch 'nd/tree-walk-enum-cleanup'Jeff King2012-11-091-4/+4
|\
| * tree-walk: use enum interesting instead of integerNguyễn Thái Ngọc Duy2012-10-191-4/+4
* | Document limited recursion pathspec matching with wildcardsNguyễn Thái Ngọc Duy2012-01-141-0/+3
* | tree_entry_interesting: make use of local pointer "item"Nguyễn Thái Ngọc Duy2011-10-271-2/+2
|/
* tree_entry_interesting(): give meaningful names to return valuesNguyễn Thái Ngọc Duy2011-10-271-24/+21
* get_tree_entry(): do not call find_tree_entry() on an empty treeJunio C Hamano2011-10-271-3/+7
* tree-walk.c: do not leak internal structure in tree_entry_len()Nguyễn Thái Ngọc Duy2011-10-271-8/+8
* Merge branch 'dm/tree-walk'Junio C Hamano2011-10-101-4/+4
|\
| * tree-walk: micro-optimization in tree_entry_interestingDan McGee2011-09-281-2/+2
| * tree-walk: drop unused parameter from match_dir_prefixDan McGee2011-09-281-2/+2
* | Fix some "variable might be used uninitialized" warningsRamsay Jones2011-10-091-1/+1
* | traverse_trees(): allow pruning with pathspecJunio C Hamano2011-08-291-6/+33
* | pathspec: rename per-item field has_wildcard to use_wildcardJunio C Hamano2011-04-051-2/+2
|/
* grep: drop pathspec_matches() in favor of tree_entry_interesting()Nguyễn Thái Ngọc Duy2011-02-031-11/+13
* tree_entry_interesting(): optimize wildcard matching when base is matchedNguyễn Thái Ngọc Duy2011-02-031-0/+14
* tree_entry_interesting(): support wildcard matchingNguyễn Thái Ngọc Duy2011-02-031-3/+27
* tree_entry_interesting(): fix depth limit with overlapping pathspecsNguyễn Thái Ngọc Duy2011-02-031-1/+1