summaryrefslogtreecommitdiff
path: root/tree.c
AgeCommit message (Expand)Author
2005-09-11[PATCH] Add a function for getting a struct tree for an ent.Daniel Barkalow
2005-07-28git-fsck-cache: be stricter about "tree" objectsLinus Torvalds
2005-07-14Fix up read_tree() pathspec matching to use "const char **"Linus Torvalds
2005-07-14Start adding interfaces to read in partial treesLinus Torvalds
2005-06-25[PATCH] Fix oversimplified optimization for add_cache_entry().Junio C Hamano
2005-06-08[PATCH] Anal retentive 'const unsigned char *sha1'Jason McMullan
2005-05-29[PATCH] Rewrite ls-tree to behave more like "/bin/ls -a"Junio C Hamano
2005-05-20[PATCH] delta checkNicolas Pitre
2005-05-11[PATCH] read_tree_recursive(): Fix leaksJonas Fonseca
2005-05-08Add git-update-cache --replace option.Junio C Hamano
2005-05-06[PATCH] don't load and decompress objects twice with parse_object()Nicolas Pitre
2005-05-05Be more careful about tree entry modes.Linus Torvalds
2005-05-04[PATCH] Fix memory leaks in git-fsck-cacheSergey Vlasov
2005-05-02Make fsck-cache do better tree checking.Linus Torvalds
2005-04-26[PATCH] introduce xmalloc and xreallocChristopher Li
2005-04-24Don't add references to objects we couldn't find. Linus Torvalds
2005-04-24Verify that the object type matches for tree/commit objects even before parsing.Linus Torvalds
2005-04-24Set object type at object creation time, not object parse time.Linus Torvalds
2005-04-24[PATCH] Parse tree objects completelyDaniel Barkalow
2005-04-22Move "read_tree()" to "tree.c" to be used as a generic helper function.Linus Torvalds
2005-04-18[PATCH] Implementations of parsing functionsDaniel Barkalow