aboutsummaryrefslogtreecommitdiff
path: root/tree.c
Commit message (Expand)AuthorAge
...
* Convert memcpy(a,b,20) to hashcpy(a,b).Shawn Pearce2006-08-23
* Make track_tree_refs void.David Rientjes2006-08-14
* Remove TYPE_* constant macros and use object_type enums consistently.Linus Torvalds2006-07-12
* Add specialized object allocatorLinus Torvalds2006-06-19
* Shrink "struct object" a bitLinus Torvalds2006-06-17
* tree_entry(): new tree-walking helper functionLinus Torvalds2006-05-30
* Remove last vestiges of generic tree_entry_listLinus Torvalds2006-05-29
* Remove unused "zeropad" entry from tree_list_entryLinus Torvalds2006-05-29
* Remove "tree->entries" tree-entry list from tree parserLinus Torvalds2006-05-29
* Switch "read_tree_recursive()" over to tree-walk functionalityLinus Torvalds2006-05-29
* Make "tree_entry" have a SHA1 instead of a union of object pointersLinus Torvalds2006-05-29
* Make "struct tree" contain the pointer to the tree bufferLinus Torvalds2006-05-29
* Replace xmalloc+memset(0) with xcalloc.Peter Eriksen2006-04-04
* Only use a single parser for tree objectsDaniel Barkalow2006-01-26
* [PATCH] Compilation: zero-length array declaration.Junio C Hamano2006-01-07
* struct tree: remove unused field "parent"Junio C Hamano2005-12-04
* ls-tree: major rewrite to do pathspecLinus Torvalds2005-11-28
* Rework object refs tracking to reduce memory usageSergey Vlasov2005-11-15
* [PATCH] Add a function for getting a struct tree for an ent.Daniel Barkalow2005-09-10
* git-fsck-cache: be stricter about "tree" objectsLinus Torvalds2005-07-27
* Fix up read_tree() pathspec matching to use "const char **"Linus Torvalds2005-07-14
* Start adding interfaces to read in partial treesLinus Torvalds2005-07-14
* [PATCH] Fix oversimplified optimization for add_cache_entry().Junio C Hamano2005-06-25
* [PATCH] Anal retentive 'const unsigned char *sha1'Jason McMullan2005-06-08
* [PATCH] Rewrite ls-tree to behave more like "/bin/ls -a"Junio C Hamano2005-05-29
* [PATCH] delta checkNicolas Pitre2005-05-20
* [PATCH] read_tree_recursive(): Fix leaksJonas Fonseca2005-05-11
* Add git-update-cache --replace option.Junio C Hamano2005-05-07
* [PATCH] don't load and decompress objects twice with parse_object()Nicolas Pitre2005-05-06
* Be more careful about tree entry modes.Linus Torvalds2005-05-05
* [PATCH] Fix memory leaks in git-fsck-cacheSergey Vlasov2005-05-04
* Make fsck-cache do better tree checking.Linus Torvalds2005-05-02
* [PATCH] introduce xmalloc and xreallocChristopher Li2005-04-26
* Don't add references to objects we couldn't find. Linus Torvalds2005-04-24
* Verify that the object type matches for tree/commit objects even before parsing.Linus Torvalds2005-04-24
* Set object type at object creation time, not object parse time.Linus Torvalds2005-04-24
* [PATCH] Parse tree objects completelyDaniel Barkalow2005-04-23
* Move "read_tree()" to "tree.c" to be used as a generic helper function.Linus Torvalds2005-04-22
* [PATCH] Implementations of parsing functionsDaniel Barkalow2005-04-18