Age | Commit message (Expand) | Author | Files | Lines |
2011-10-27 | tree_entry_interesting(): give meaningful names to return values | Nguyễn Thái Ngọc Duy | 1 | -1/+11 |
2011-10-27 | tree-walk.c: do not leak internal structure in tree_entry_len() | Nguyễn Thái Ngọc Duy | 1 | -3/+3 |
2011-08-29 | traverse_trees(): allow pruning with pathspec | Junio C Hamano | 1 | -0/+1 |
2011-02-03 | grep: drop pathspec_matches() in favor of tree_entry_interesting() | Nguyễn Thái Ngọc Duy | 1 | -1/+1 |
2011-02-03 | tree_entry_interesting(): support wildcard matching | Nguyễn Thái Ngọc Duy | 1 | -1/+1 |
2011-02-03 | diff-tree: convert base+baselen to writable strbuf | Nguyễn Thái Ngọc Duy | 1 | -1/+1 |
2011-02-03 | Move tree_entry_interesting() to tree-walk.c and export it | Nguyễn Thái Ngọc Duy | 1 | -0/+2 |
2010-08-26 | Merge branch 'maint' | Junio C Hamano | 1 | -1/+4 |
2010-08-25 | tree-walk: Correct bitrotted comment about tree_entry() | Elijah Newren | 1 | -1/+4 |
2010-08-11 | unpack_trees: group error messages by type | Matthieu Moy | 1 | -0/+1 |
2008-03-09 | Make 'traverse_trees()' traverse conflicting DF entries in parallel | Linus Torvalds | 1 | -1/+2 |
2008-03-09 | Add return value to 'traverse_tree()' callback | Linus Torvalds | 1 | -2/+2 |
2008-03-09 | Make 'traverse_tree()' use linked structure rather than 'const char *base' | Linus Torvalds | 1 | -2/+18 |
2007-12-02 | rename: Break filepairs with different types. | Junio C Hamano | 1 | -7/+0 |
2007-11-14 | Fix rev-list when showing objects involving submodules | Linus Torvalds | 1 | -0/+7 |
2007-06-22 | Two trivial -Wcast-qual fixes | Junio C Hamano | 1 | -1/+1 |
2007-05-13 | Remove stale non-static-inline prototype for tree_entry_extract() | Matthieu Castet | 1 | -1/+0 |
2007-03-21 | Switch over tree descriptors to contain a pre-parsed entry | Linus Torvalds | 1 | -5/+13 |
2007-03-21 | Initialize tree descriptors with a helper function rather than by hand. | Linus Torvalds | 1 | -2/+3 |
2007-03-21 | Remove "pathlen" from "struct name_entry" | Linus Torvalds | 1 | -1/+0 |
2007-03-18 | Avoid unnecessary strlen() calls | Linus Torvalds | 1 | -0/+5 |
2006-05-30 | tree_entry(): new tree-walking helper function | Linus Torvalds | 1 | -1/+4 |
2006-04-19 | get_tree_entry(): make it available from tree-walk | Junio C Hamano | 1 | -0/+2 |
2006-03-29 | tree/diff header cleanup. | Junio C Hamano | 1 | -0/+25 |