summaryrefslogtreecommitdiff
path: root/tree.c
Commit message (Expand)AuthorAgeFilesLines
* Rework object refs tracking to reduce memory usageSergey Vlasov2005-11-151-1/+12
* [PATCH] Add a function for getting a struct tree for an ent.Daniel Barkalow2005-09-101-0/+21
* git-fsck-cache: be stricter about "tree" objectsLinus Torvalds2005-07-271-0/+1
* Fix up read_tree() pathspec matching to use "const char **"Linus Torvalds2005-07-141-4/+6
* Start adding interfaces to read in partial treesLinus Torvalds2005-07-141-4/+51
* [PATCH] Fix oversimplified optimization for add_cache_entry().Junio C Hamano2005-06-251-1/+1
* [PATCH] Anal retentive 'const unsigned char *sha1'Jason McMullan2005-06-081-1/+1
* [PATCH] Rewrite ls-tree to behave more like "/bin/ls -a"Junio C Hamano2005-05-291-1/+1
* [PATCH] delta checkNicolas Pitre2005-05-201-0/+2
* [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