summaryrefslogtreecommitdiff
path: root/tree.h
AgeCommit message (Expand)AuthorFilesLines
2018-06-29tree: allow lookup_tree to handle arbitrary repositoriesLibravatar Stefan Beller1-2/+1
2018-06-29tree: add repository argument to lookup_treeLibravatar Stefan Beller1-1/+2
2018-03-14tree: convert read_tree_recursive to struct object_idLibravatar brian m. carlson1-1/+1
2017-06-13tree: convert read_tree to take an index parameterLibravatar Brandon Williams1-1/+2
2017-05-08tree: convert parse_tree_indirect to struct object_idLibravatar brian m. carlson1-1/+1
2017-05-08Convert lookup_tree to struct object_idLibravatar brian m. carlson1-1/+1
2015-06-11Merge branch 'jk/squelch-missing-link-warning-for-unreachable'Libravatar Junio C Hamano1-1/+5
2015-06-01add quieter versions of parse_{tree,commit}Libravatar Jeff King1-1/+5
2014-12-01tree.c: update read_tree_recursive callback to pass strbuf as baseLibravatar Nguyễn Thái Ngọc Duy1-1/+2
2013-09-17Merge branch 'jk/free-tree-buffer'Libravatar Junio C Hamano1-0/+1
2013-07-15checkout: convert read_tree_some to take struct pathspecLibravatar Nguyễn Thái Ngọc Duy1-1/+1
2013-06-06clear parsed flag when we free tree buffersLibravatar Jeff King1-0/+1
2011-03-25Convert read_tree{,_recursive} to support struct pathspecLibravatar Nguyễn Thái Ngọc Duy1-2/+2
2008-07-15add context pointer to read_tree_recursive()Libravatar René Scharfe1-2/+2
2006-05-29Remove last vestiges of generic tree_entry_listLibravatar Linus Torvalds1-13/+0
2006-05-29Remove unused "zeropad" entry from tree_list_entryLibravatar Linus Torvalds1-1/+0
2006-05-29Remove "tree->entries" tree-entry list from tree parserLibravatar Linus Torvalds1-1/+3
2006-05-29Make "tree_entry" have a SHA1 instead of a union of object pointersLibravatar Linus Torvalds1-6/+2
2006-05-29Make "struct tree" contain the pointer to the tree bufferLibravatar Linus Torvalds1-1/+3
2006-01-26Only use a single parser for tree objectsLibravatar Daniel Barkalow1-4/+5
2005-12-04struct tree: remove unused field "parent"Libravatar Junio C Hamano1-1/+0
2005-11-28ls-tree: major rewrite to do pathspecLibravatar Linus Torvalds1-0/+9
2005-09-10[PATCH] Add a function for getting a struct tree for an ent.Libravatar Daniel Barkalow1-0/+3
2005-08-02[PATCH] Object library enhancementsLibravatar barkalow@iabervon.org1-0/+1
2005-07-27git-fsck-cache: be stricter about "tree" objectsLibravatar Linus Torvalds1-0/+1
2005-06-08[PATCH] Anal retentive 'const unsigned char *sha1'Libravatar Jason McMullan1-1/+1
2005-05-29[PATCH] Rewrite ls-tree to behave more like "/bin/ls -a"Libravatar Junio C Hamano1-0/+1
2005-05-06[PATCH] don't load and decompress objects twice with parse_object()Libravatar Nicolas Pitre1-0/+2
2005-05-05Be more careful about tree entry modes.Libravatar Linus Torvalds1-0/+2
2005-05-02Make fsck-cache do better tree checking.Libravatar Linus Torvalds1-1/+0
2005-04-23[PATCH] Parse tree objects completelyLibravatar Daniel Barkalow1-0/+12
2005-04-18[PATCH] Header files for object parsingLibravatar Daniel Barkalow1-0/+17