| Commit message (Expand) | Author | Age | Files | Lines |
* | add context pointer to read_tree_recursive() | René Scharfe | 2008-07-15 | 1 | -2/+2 |
* | Remove last vestiges of generic tree_entry_list | Linus Torvalds | 2006-05-29 | 1 | -13/+0 |
* | Remove unused "zeropad" entry from tree_list_entry | Linus Torvalds | 2006-05-29 | 1 | -1/+0 |
* | Remove "tree->entries" tree-entry list from tree parser | Linus Torvalds | 2006-05-29 | 1 | -1/+3 |
* | Make "tree_entry" have a SHA1 instead of a union of object pointers | Linus Torvalds | 2006-05-29 | 1 | -6/+2 |
* | Make "struct tree" contain the pointer to the tree buffer | Linus Torvalds | 2006-05-29 | 1 | -1/+3 |
* | Only use a single parser for tree objects | Daniel Barkalow | 2006-01-26 | 1 | -4/+5 |
* | struct tree: remove unused field "parent" | Junio C Hamano | 2005-12-04 | 1 | -1/+0 |
* | ls-tree: major rewrite to do pathspec | Linus Torvalds | 2005-11-28 | 1 | -0/+9 |
* | [PATCH] Add a function for getting a struct tree for an ent. | Daniel Barkalow | 2005-09-10 | 1 | -0/+3 |
* | [PATCH] Object library enhancements | barkalow@iabervon.org | 2005-08-02 | 1 | -0/+1 |
* | git-fsck-cache: be stricter about "tree" objects | Linus Torvalds | 2005-07-27 | 1 | -0/+1 |
* | [PATCH] Anal retentive 'const unsigned char *sha1' | Jason McMullan | 2005-06-08 | 1 | -1/+1 |
* | [PATCH] Rewrite ls-tree to behave more like "/bin/ls -a" | Junio C Hamano | 2005-05-29 | 1 | -0/+1 |
* | [PATCH] don't load and decompress objects twice with parse_object() | Nicolas Pitre | 2005-05-06 | 1 | -0/+2 |
* | Be more careful about tree entry modes. | Linus Torvalds | 2005-05-05 | 1 | -0/+2 |
* | Make fsck-cache do better tree checking. | Linus Torvalds | 2005-05-02 | 1 | -1/+0 |
* | [PATCH] Parse tree objects completely | Daniel Barkalow | 2005-04-23 | 1 | -0/+12 |
* | [PATCH] Header files for object parsing | Daniel Barkalow | 2005-04-18 | 1 | -0/+17 |