summaryrefslogtreecommitdiff
path: root/tree-walk.c
AgeCommit message (Expand)Author
2012-11-26tree_entry_interesting: do basedir compare on wildcard patterns when possibleNguyễn Thái Ngọc Duy
2012-11-26pathspec: apply "*.c" optimization from excludeNguyễn Thái Ngọc Duy
2012-11-26pathspec: do exact comparison on the leading non-wildcard partNguyễn Thái Ngọc Duy
2012-11-19pathspec: save the non-wildcard length partNguyễn Thái Ngọc Duy
2012-11-09Merge branch 'nd/tree-walk-enum-cleanup'Jeff King
2012-10-19tree-walk: use enum interesting instead of integerNguyễn Thái Ngọc Duy
2012-01-15Document limited recursion pathspec matching with wildcardsNguyễn Thái Ngọc Duy
2011-10-27tree_entry_interesting(): give meaningful names to return valuesNguyễn Thái Ngọc Duy
2011-10-27tree_entry_interesting: make use of local pointer "item"Nguyễn Thái Ngọc Duy
2011-10-27get_tree_entry(): do not call find_tree_entry() on an empty treeJunio C Hamano
2011-10-27tree-walk.c: do not leak internal structure in tree_entry_len()Nguyễn Thái Ngọc Duy
2011-10-10Merge branch 'dm/tree-walk'Junio C Hamano
2011-10-09Fix some "variable might be used uninitialized" warningsRamsay Jones
2011-09-29tree-walk: micro-optimization in tree_entry_interestingDan McGee
2011-09-29tree-walk: drop unused parameter from match_dir_prefixDan McGee
2011-08-29traverse_trees(): allow pruning with pathspecJunio C Hamano
2011-04-05pathspec: rename per-item field has_wildcard to use_wildcardJunio C Hamano
2011-02-03grep: drop pathspec_matches() in favor of tree_entry_interesting()Nguyễn Thái Ngọc Duy
2011-02-03tree_entry_interesting(): optimize wildcard matching when base is matchedNguyễn Thái Ngọc Duy
2011-02-03tree_entry_interesting(): support wildcard matchingNguyễn Thái Ngọc Duy
2011-02-03tree_entry_interesting(): fix depth limit with overlapping pathspecsNguyễn Thái Ngọc Duy
2011-02-03tree_entry_interesting(): support depth limitNguyễn Thái Ngọc Duy
2011-02-03tree_entry_interesting(): refactor into separate smaller functionsNguyễn Thái Ngọc Duy
2011-02-03diff-tree: convert base+baselen to writable strbufNguyễn Thái Ngọc Duy
2011-02-03Move tree_entry_interesting() to tree-walk.c and export itNguyễn Thái Ngọc Duy
2010-08-11unpack_trees: group error messages by typeMatthieu Moy
2010-02-15Merge branch 'maint-1.6.6' into maintJunio C Hamano
2010-02-14fix minor memory leak in get_tree_entry()René Scharfe
2010-01-04traverse_trees(): handle D/F conflict case sanelyJunio C Hamano
2008-03-09Fix tree-walking compare_entry() in the presense of --prefixLinus Torvalds
2008-03-09Make 'traverse_trees()' traverse conflicting DF entries in parallelLinus Torvalds
2008-03-09Add return value to 'traverse_tree()' callbackLinus Torvalds
2008-03-09Make 'traverse_tree()' use linked structure rather than 'const char *base'Linus Torvalds
2008-01-07tree-walk: don't parse incorrect entriesMartin Koegler
2007-06-07War on whitespaceJunio C Hamano
2007-03-21Switch over tree descriptors to contain a pre-parsed entryLinus Torvalds
2007-03-21Initialize tree descriptors with a helper function rather than by hand.Linus Torvalds
2007-03-21Remove "pathlen" from "struct name_entry"Linus Torvalds
2007-03-18Avoid unnecessary strlen() callsLinus Torvalds
2007-01-09get_tree_entry: map blank requested entry to tree rootJeff King
2007-01-05Remove shadowing variable from traverse_trees()René Scharfe
2006-08-23Convert memcpy(a,b,20) to hashcpy(a,b).Shawn Pearce
2006-06-20Remove all void-pointer arithmetic.Florian Forster
2006-05-31tree_entry(): new tree-walking helper functionLinus Torvalds
2006-05-29Don't use "sscanf()" for tree mode scanningLinus Torvalds
2006-04-19get_tree_entry(): make it available from tree-walkJunio C Hamano
2006-04-04Use blob_, commit_, tag_, and tree_type throughout.Peter Eriksen
2006-03-30tree/diff header cleanup.Junio C Hamano