summaryrefslogtreecommitdiff
path: root/tree-walk.c
Commit message (Expand)AuthorAgeFilesLines
* traverse_trees(): clarify return value of the callbacksb/traverse-trees-bitmask-variable-nameStefan 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_interestingdm/tree-walkDan 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
* tree_entry_interesting(): support depth limitNguyễn Thái Ngọc Duy2011-02-031-3/+16
* tree_entry_interesting(): refactor into separate smaller functionsNguyễn Thái Ngọc Duy2011-02-031-77/+93
* diff-tree: convert base+baselen to writable strbufNguyễn Thái Ngọc Duy2011-02-031-2/+3
* Move tree_entry_interesting() to tree-walk.c and export itNguyễn Thái Ngọc Duy2011-02-031-0/+114
* unpack_trees: group error messages by typeMatthieu Moy2010-08-111-3/+8
* Merge branch 'maint-1.6.6' into maintJunio C Hamano2010-02-141-0/+1
|\
| * fix minor memory leak in get_tree_entry()René Scharfe2010-02-141-0/+1
* | traverse_trees(): handle D/F conflict case sanelyJunio C Hamano2010-01-031-43/+234
|/
* Fix tree-walking compare_entry() in the presense of --prefixLinus Torvalds2008-03-091-0/+3
* Make 'traverse_trees()' traverse conflicting DF entries in parallelLinus Torvalds2008-03-091-2/+6
* Add return value to 'traverse_tree()' callbackLinus Torvalds2008-03-091-7/+15
* Make 'traverse_tree()' use linked structure rather than 'const char *base'Linus Torvalds2008-03-091-2/+33
* tree-walk: don't parse incorrect entriesMartin Koegler2008-01-061-2/+8
* War on whitespaceJunio C Hamano2007-06-071-1/+0
* Switch over tree descriptors to contain a pre-parsed entryLinus Torvalds2007-03-211-57/+44
* Initialize tree descriptors with a helper function rather than by hand.Linus Torvalds2007-03-211-9/+15
* Remove "pathlen" from "struct name_entry"Linus Torvalds2007-03-211-4/+2
* Avoid unnecessary strlen() callsLinus Torvalds2007-03-181-2/+2
* get_tree_entry: map blank requested entry to tree rootJeff King2007-01-091-1/+8
* Remove shadowing variable from traverse_trees()René Scharfe2007-01-041-1/+0
* Convert memcpy(a,b,20) to hashcpy(a,b).Shawn Pearce2006-08-231-2/+2
* Remove all void-pointer arithmetic.Florian Forster2006-06-201-5/+6
* tree_entry(): new tree-walking helper functionLinus Torvalds2006-05-301-2/+31
* Don't use "sscanf()" for tree mode scanningLinus Torvalds2006-05-281-3/+18
* get_tree_entry(): make it available from tree-walkJunio C Hamano2006-04-191-0/+50
* Use blob_, commit_, tag_, and tree_type throughout.Peter Eriksen2006-04-041-1/+2
* tree/diff header cleanup.Junio C Hamano2006-03-291-0/+116