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