Age | Commit message (Expand) | Author | Files | Lines |
2011-10-10 | Merge branch 'dm/tree-walk' | Junio C Hamano | 1 | -4/+4 |
2011-10-09 | Fix some "variable might be used uninitialized" warnings | Ramsay Jones | 1 | -1/+1 |
2011-09-28 | tree-walk: micro-optimization in tree_entry_interesting | Dan McGee | 1 | -2/+2 |
2011-09-28 | tree-walk: drop unused parameter from match_dir_prefix | Dan McGee | 1 | -2/+2 |
2011-08-29 | traverse_trees(): allow pruning with pathspec | Junio C Hamano | 1 | -6/+33 |
2011-04-05 | pathspec: rename per-item field has_wildcard to use_wildcard | Junio C Hamano | 1 | -2/+2 |
2011-02-03 | grep: drop pathspec_matches() in favor of tree_entry_interesting() | Nguyễn Thái Ngọc Duy | 1 | -11/+13 |
2011-02-03 | tree_entry_interesting(): optimize wildcard matching when base is matched | Nguyễn Thái Ngọc Duy | 1 | -0/+14 |
2011-02-03 | tree_entry_interesting(): support wildcard matching | Nguyễn Thái Ngọc Duy | 1 | -3/+27 |
2011-02-03 | tree_entry_interesting(): fix depth limit with overlapping pathspecs | Nguyễn Thái Ngọc Duy | 1 | -1/+1 |
2011-02-03 | tree_entry_interesting(): support depth limit | Nguyễn Thái Ngọc Duy | 1 | -3/+16 |
2011-02-03 | tree_entry_interesting(): refactor into separate smaller functions | Nguyễn Thái Ngọc Duy | 1 | -77/+93 |
2011-02-03 | diff-tree: convert base+baselen to writable strbuf | Nguyễn Thái Ngọc Duy | 1 | -2/+3 |
2011-02-03 | Move tree_entry_interesting() to tree-walk.c and export it | Nguyễn Thái Ngọc Duy | 1 | -0/+114 |
2010-08-11 | unpack_trees: group error messages by type | Matthieu Moy | 1 | -3/+8 |
2010-02-14 | Merge branch 'maint-1.6.6' into maint | Junio C Hamano | 1 | -0/+1 |
2010-02-14 | fix minor memory leak in get_tree_entry() | René Scharfe | 1 | -0/+1 |
2010-01-03 | traverse_trees(): handle D/F conflict case sanely | Junio C Hamano | 1 | -43/+234 |
2008-03-09 | Fix tree-walking compare_entry() in the presense of --prefix | Linus Torvalds | 1 | -0/+3 |
2008-03-09 | Make 'traverse_trees()' traverse conflicting DF entries in parallel | Linus Torvalds | 1 | -2/+6 |
2008-03-09 | Add return value to 'traverse_tree()' callback | Linus Torvalds | 1 | -7/+15 |
2008-03-09 | Make 'traverse_tree()' use linked structure rather than 'const char *base' | Linus Torvalds | 1 | -2/+33 |
2008-01-06 | tree-walk: don't parse incorrect entries | Martin Koegler | 1 | -2/+8 |
2007-06-07 | War on whitespace | Junio C Hamano | 1 | -1/+0 |
2007-03-21 | Switch over tree descriptors to contain a pre-parsed entry | Linus Torvalds | 1 | -57/+44 |
2007-03-21 | Initialize tree descriptors with a helper function rather than by hand. | Linus Torvalds | 1 | -9/+15 |
2007-03-21 | Remove "pathlen" from "struct name_entry" | Linus Torvalds | 1 | -4/+2 |
2007-03-18 | Avoid unnecessary strlen() calls | Linus Torvalds | 1 | -2/+2 |
2007-01-09 | get_tree_entry: map blank requested entry to tree root | Jeff King | 1 | -1/+8 |
2007-01-04 | Remove shadowing variable from traverse_trees() | René Scharfe | 1 | -1/+0 |
2006-08-23 | Convert memcpy(a,b,20) to hashcpy(a,b). | Shawn Pearce | 1 | -2/+2 |
2006-06-20 | Remove all void-pointer arithmetic. | Florian Forster | 1 | -5/+6 |
2006-05-30 | tree_entry(): new tree-walking helper function | Linus Torvalds | 1 | -2/+31 |
2006-05-28 | Don't use "sscanf()" for tree mode scanning | Linus Torvalds | 1 | -3/+18 |
2006-04-19 | get_tree_entry(): make it available from tree-walk | Junio C Hamano | 1 | -0/+50 |
2006-04-04 | Use blob_, commit_, tag_, and tree_type throughout. | Peter Eriksen | 1 | -1/+2 |
2006-03-29 | tree/diff header cleanup. | Junio C Hamano | 1 | -0/+116 |