summaryrefslogtreecommitdiff
path: root/tree.h
AgeCommit message (Expand)Author
2006-05-30Remove last vestiges of generic tree_entry_listLinus Torvalds
2006-05-30Remove unused "zeropad" entry from tree_list_entryLinus Torvalds
2006-05-30Remove "tree->entries" tree-entry list from tree parserLinus Torvalds
2006-05-30Make "tree_entry" have a SHA1 instead of a union of object pointersLinus Torvalds
2006-05-30Make "struct tree" contain the pointer to the tree bufferLinus Torvalds
2006-01-26Only use a single parser for tree objectsDaniel Barkalow
2005-12-05struct tree: remove unused field "parent"Junio C Hamano
2005-11-29ls-tree: major rewrite to do pathspecLinus Torvalds
2005-09-11[PATCH] Add a function for getting a struct tree for an ent.Daniel Barkalow
2005-08-03[PATCH] Object library enhancementsbarkalow@iabervon.org
2005-07-28git-fsck-cache: be stricter about "tree" objectsLinus Torvalds
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-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-02Make fsck-cache do better tree checking.Linus Torvalds
2005-04-24[PATCH] Parse tree objects completelyDaniel Barkalow
2005-04-18[PATCH] Header files for object parsingDaniel Barkalow