aboutsummaryrefslogtreecommitdiff
path: root/tree.h
Commit message (Expand)AuthorAge
* tree: convert read_tree to take an index parameterBrandon Williams2017-06-13
* tree: convert parse_tree_indirect to struct object_idbrian m. carlson2017-05-08
* Convert lookup_tree to struct object_idbrian m. carlson2017-05-08
* Merge branch 'jk/squelch-missing-link-warning-for-unreachable'Junio C Hamano2015-06-11
|\
| * add quieter versions of parse_{tree,commit}Jeff King2015-06-01
* | tree.c: update read_tree_recursive callback to pass strbuf as baseNguyễn Thái Ngọc Duy2014-12-01
|/
* Merge branch 'jk/free-tree-buffer'Junio C Hamano2013-09-17
|\
| * clear parsed flag when we free tree buffersJeff King2013-06-06
* | checkout: convert read_tree_some to take struct pathspecNguyễn Thái Ngọc Duy2013-07-15
|/
* Convert read_tree{,_recursive} to support struct pathspecNguyễn Thái Ngọc Duy2011-03-25
* add context pointer to read_tree_recursive()René Scharfe2008-07-15
* 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
* 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
* Only use a single parser for tree objectsDaniel Barkalow2006-01-26
* struct tree: remove unused field "parent"Junio C Hamano2005-12-04
* ls-tree: major rewrite to do pathspecLinus Torvalds2005-11-28
* [PATCH] Add a function for getting a struct tree for an ent.Daniel Barkalow2005-09-10
* [PATCH] Object library enhancementsbarkalow@iabervon.org2005-08-02
* git-fsck-cache: be stricter about "tree" objectsLinus Torvalds2005-07-27
* [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] 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
* Make fsck-cache do better tree checking.Linus Torvalds2005-05-02
* [PATCH] Parse tree objects completelyDaniel Barkalow2005-04-23
* [PATCH] Header files for object parsingDaniel Barkalow2005-04-18