summaryrefslogtreecommitdiffstats
path: root/tree.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove last vestiges of generic tree_entry_listLinus Torvalds2006-05-301-13/+0
* Remove unused "zeropad" entry from tree_list_entryLinus Torvalds2006-05-301-1/+0
* Remove "tree->entries" tree-entry list from tree parserLinus Torvalds2006-05-301-1/+3
* Make "tree_entry" have a SHA1 instead of a union of object pointersLinus Torvalds2006-05-301-6/+2
* Make "struct tree" contain the pointer to the tree bufferLinus Torvalds2006-05-301-1/+3
* Only use a single parser for tree objectsDaniel Barkalow2006-01-261-4/+5
* struct tree: remove unused field "parent"Junio C Hamano2005-12-051-1/+0
* ls-tree: major rewrite to do pathspecLinus Torvalds2005-11-291-0/+9
* [PATCH] Add a function for getting a struct tree for an ent.Daniel Barkalow2005-09-111-0/+3
* [PATCH] Object library enhancementsbarkalow@iabervon.org2005-08-031-0/+1
* git-fsck-cache: be stricter about "tree" objectsLinus Torvalds2005-07-281-0/+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-0/+1
* [PATCH] don't load and decompress objects twice with parse_object()Nicolas Pitre2005-05-061-0/+2
* Be more careful about tree entry modes.Linus Torvalds2005-05-061-0/+2
* Make fsck-cache do better tree checking.Linus Torvalds2005-05-031-1/+0
* [PATCH] Parse tree objects completelyDaniel Barkalow2005-04-241-0/+12
* [PATCH] Header files for object parsingDaniel Barkalow2005-04-181-0/+17