summaryrefslogtreecommitdiff
path: root/tree.c
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] read_tree_recursive(): Fix leaksJonas Fonseca2005-05-111-2/+5
* Add git-update-cache --replace option.Junio C Hamano2005-05-071-1/+1
* [PATCH] don't load and decompress objects twice with parse_object()Nicolas Pitre2005-05-061-17/+27
* Be more careful about tree entry modes.Linus Torvalds2005-05-051-2/+4
* [PATCH] Fix memory leaks in git-fsck-cacheSergey Vlasov2005-05-041-2/+7
* Make fsck-cache do better tree checking.Linus Torvalds2005-05-021-5/+0
* [PATCH] introduce xmalloc and xreallocChristopher Li2005-04-261-4/+4
* Don't add references to objects we couldn't find. Linus Torvalds2005-04-241-1/+2
* Verify that the object type matches for tree/commit objects even before parsing.Linus Torvalds2005-04-241-1/+1
* Set object type at object creation time, not object parse time.Linus Torvalds2005-04-241-1/+1
* [PATCH] Parse tree objects completelyDaniel Barkalow2005-04-231-3/+17
* Move "read_tree()" to "tree.c" to be used as a generic helper function.Linus Torvalds2005-04-221-0/+65
* [PATCH] Implementations of parsing functionsDaniel Barkalow2005-04-181-0/+67