Commit message (Expand) | Author | Age | |
---|---|---|---|
* | [PATCH] don't load and decompress objects twice with parse_object() | Nicolas Pitre | 2005-05-06 |
* | Be more careful about tree entry modes. | Linus Torvalds | 2005-05-05 |
* | [PATCH] Fix memory leaks in git-fsck-cache | Sergey Vlasov | 2005-05-04 |
* | Make fsck-cache do better tree checking. | Linus Torvalds | 2005-05-02 |
* | [PATCH] introduce xmalloc and xrealloc | Christopher Li | 2005-04-26 |
* | Don't add references to objects we couldn't find. | Linus Torvalds | 2005-04-24 |
* | Verify that the object type matches for tree/commit objects even before parsing. | Linus Torvalds | 2005-04-24 |
* | Set object type at object creation time, not object parse time. | Linus Torvalds | 2005-04-24 |
* | [PATCH] Parse tree objects completely | Daniel Barkalow | 2005-04-23 |
* | Move "read_tree()" to "tree.c" to be used as a generic helper function. | Linus Torvalds | 2005-04-22 |
* | [PATCH] Implementations of parsing functions | Daniel Barkalow | 2005-04-18 |