summaryrefslogtreecommitdiff
path: root/tree.c
Commit message (Expand)AuthorAgeFilesLines
* Convert memcpy(a,b,20) to hashcpy(a,b).Shawn Pearce2006-08-231-1/+1
* Make track_tree_refs void.David Rientjes2006-08-141-2/+1
* Remove TYPE_* constant macros and use object_type enums consistently.Linus Torvalds2006-07-121-6/+6
* Add specialized object allocatorLinus Torvalds2006-06-191-1/+1
* Shrink "struct object" a bitLinus Torvalds2006-06-171-8/+8
* tree_entry(): new tree-walking helper functionLinus Torvalds2006-05-301-26/+15
* Remove last vestiges of generic tree_entry_listLinus Torvalds2006-05-291-42/+0
* Remove unused "zeropad" entry from tree_list_entryLinus Torvalds2006-05-291-2/+1
* Remove "tree->entries" tree-entry list from tree parserLinus Torvalds2006-05-291-24/+57
* Switch "read_tree_recursive()" over to tree-walk functionalityLinus Torvalds2006-05-291-13/+20
* Make "tree_entry" have a SHA1 instead of a union of object pointersLinus Torvalds2006-05-291-11/+14
* Make "struct tree" contain the pointer to the tree bufferLinus Torvalds2006-05-291-25/+22
* Replace xmalloc+memset(0) with xcalloc.Peter Eriksen2006-04-041-5/+2
* Only use a single parser for tree objectsDaniel Barkalow2006-01-261-30/+18
* [PATCH] Compilation: zero-length array declaration.Junio C Hamano2006-01-071-1/+1
* struct tree: remove unused field "parent"Junio C Hamano2005-12-041-1/+0
* ls-tree: major rewrite to do pathspecLinus Torvalds2005-11-281-10/+24
* 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