summaryrefslogtreecommitdiff
path: root/tree.c
AgeCommit message (Expand)AuthorFilesLines
2006-05-29Make "struct tree" contain the pointer to the tree bufferLibravatar Linus Torvalds1-25/+22
2006-04-04Replace xmalloc+memset(0) with xcalloc.Libravatar Peter Eriksen1-5/+2
2006-01-26Only use a single parser for tree objectsLibravatar Daniel Barkalow1-30/+18
2006-01-07[PATCH] Compilation: zero-length array declaration.Libravatar Junio C Hamano1-1/+1
2005-12-04struct tree: remove unused field "parent"Libravatar Junio C Hamano1-1/+0
2005-11-28ls-tree: major rewrite to do pathspecLibravatar Linus Torvalds1-10/+24
2005-11-15Rework object refs tracking to reduce memory usageLibravatar Sergey Vlasov1-1/+12
2005-09-10[PATCH] Add a function for getting a struct tree for an ent.Libravatar Daniel Barkalow1-0/+21
2005-07-27git-fsck-cache: be stricter about "tree" objectsLibravatar Linus Torvalds1-0/+1
2005-07-14Fix up read_tree() pathspec matching to use "const char **"Libravatar Linus Torvalds1-4/+6
2005-07-14Start adding interfaces to read in partial treesLibravatar Linus Torvalds1-4/+51
2005-06-25[PATCH] Fix oversimplified optimization for add_cache_entry().Libravatar Junio C Hamano1-1/+1
2005-06-08[PATCH] Anal retentive 'const unsigned char *sha1'Libravatar Jason McMullan1-1/+1
2005-05-29[PATCH] Rewrite ls-tree to behave more like "/bin/ls -a"Libravatar Junio C Hamano1-1/+1
2005-05-20[PATCH] delta checkLibravatar Nicolas Pitre1-0/+2
2005-05-11[PATCH] read_tree_recursive(): Fix leaksLibravatar Jonas Fonseca1-2/+5
2005-05-07Add git-update-cache --replace option.Libravatar Junio C Hamano1-1/+1
2005-05-06[PATCH] don't load and decompress objects twice with parse_object()Libravatar Nicolas Pitre1-17/+27
2005-05-05Be more careful about tree entry modes.Libravatar Linus Torvalds1-2/+4
2005-05-04[PATCH] Fix memory leaks in git-fsck-cacheLibravatar Sergey Vlasov1-2/+7
2005-05-02Make fsck-cache do better tree checking.Libravatar Linus Torvalds1-5/+0
2005-04-26[PATCH] introduce xmalloc and xreallocLibravatar Christopher Li1-4/+4
2005-04-24Don't add references to objects we couldn't find. Libravatar Linus Torvalds1-1/+2
2005-04-24Verify that the object type matches for tree/commit objects even before parsing.Libravatar Linus Torvalds1-1/+1
2005-04-24Set object type at object creation time, not object parse time.Libravatar Linus Torvalds1-1/+1
2005-04-23[PATCH] Parse tree objects completelyLibravatar Daniel Barkalow1-3/+17
2005-04-22Move "read_tree()" to "tree.c" to be used as a generic helper function.Libravatar Linus Torvalds1-0/+65
2005-04-18[PATCH] Implementations of parsing functionsLibravatar Daniel Barkalow1-0/+67