| Commit message (Expand) | Author | Age |
* | Fix tree-walking compare_entry() in the presense of --prefix | Linus Torvalds | 2008-03-09 |
* | Make 'traverse_trees()' traverse conflicting DF entries in parallel | Linus Torvalds | 2008-03-09 |
* | Add return value to 'traverse_tree()' callback | Linus Torvalds | 2008-03-09 |
* | Make 'traverse_tree()' use linked structure rather than 'const char *base' | Linus Torvalds | 2008-03-09 |
* | tree-walk: don't parse incorrect entries | Martin Koegler | 2008-01-06 |
* | War on whitespace | Junio C Hamano | 2007-06-07 |
* | Switch over tree descriptors to contain a pre-parsed entry | Linus Torvalds | 2007-03-21 |
* | Initialize tree descriptors with a helper function rather than by hand. | Linus Torvalds | 2007-03-21 |
* | Remove "pathlen" from "struct name_entry" | Linus Torvalds | 2007-03-21 |
* | Avoid unnecessary strlen() calls | Linus Torvalds | 2007-03-18 |
* | get_tree_entry: map blank requested entry to tree root | Jeff King | 2007-01-09 |
* | Remove shadowing variable from traverse_trees() | René Scharfe | 2007-01-04 |
* | Convert memcpy(a,b,20) to hashcpy(a,b). | Shawn Pearce | 2006-08-23 |
* | Remove all void-pointer arithmetic. | Florian Forster | 2006-06-20 |
* | tree_entry(): new tree-walking helper function | Linus Torvalds | 2006-05-30 |
* | Don't use "sscanf()" for tree mode scanning | Linus Torvalds | 2006-05-28 |
* | get_tree_entry(): make it available from tree-walk | Junio C Hamano | 2006-04-19 |
* | Use blob_, commit_, tag_, and tree_type throughout. | Peter Eriksen | 2006-04-04 |
* | tree/diff header cleanup. | Junio C Hamano | 2006-03-29 |