37 Commits (17919c3585ba9df9c65ea4a5f7300543dfba5f9f)

Author SHA1 Message Date
Ævar Arnfjörð Bjarmason 47957485b3 tree.h API: simplify read_tree_recursive() signature 4 years ago
Ævar Arnfjörð Bjarmason 6c9fc42e9f tree.h API: expose read_tree_1() as read_tree_at() 4 years ago
Ævar Arnfjörð Bjarmason eefadd18e1 tree.c API: move read_tree() into builtin/ls-files.c 4 years ago
Elijah Newren 70912f66de tree: enable cmp_cache_name_compare() to be used elsewhere 4 years ago
Nguyễn Thái Ngọc Duy e092073d64 tree.c: make read_tree*() take 'struct repository *' 6 years ago
Stefan Beller f58a6cb602 tree: allow lookup_tree to handle arbitrary repositories 7 years ago
Stefan Beller f86bcc7b2c tree: add repository argument to lookup_tree 7 years ago
brian m. carlson df46d77e00 tree: convert read_tree_recursive to struct object_id 7 years ago
Brandon Williams 85ab50f938 tree: convert read_tree to take an index parameter 8 years ago
brian m. carlson a9dbc17910 tree: convert parse_tree_indirect to struct object_id 8 years ago
brian m. carlson 740ee055c6 Convert lookup_tree to struct object_id 8 years ago
Jeff King 9cc2b07a7c add quieter versions of parse_{tree,commit} 10 years ago
Nguyễn Thái Ngọc Duy 6a0b0b6de9 tree.c: update read_tree_recursive callback to pass strbuf as base 10 years ago
Nguyễn Thái Ngọc Duy 18e4f40599 checkout: convert read_tree_some to take struct pathspec 12 years ago
Jeff King 6e454b9a31 clear parsed flag when we free tree buffers 12 years ago
Nguyễn Thái Ngọc Duy f0096c06bc Convert read_tree{,_recursive} to support struct pathspec 14 years ago
René Scharfe 671f070721 add context pointer to read_tree_recursive() 17 years ago
Linus Torvalds 15b5536ee4 Remove last vestiges of generic tree_entry_list 19 years ago
Linus Torvalds 3bc1eca91e Remove unused "zeropad" entry from tree_list_entry 19 years ago
Linus Torvalds 2d9c58c69d Remove "tree->entries" tree-entry list from tree parser 19 years ago
Linus Torvalds 3a7c352bd0 Make "tree_entry" have a SHA1 instead of a union of object pointers 19 years ago
Linus Torvalds 136f2e548a Make "struct tree" contain the pointer to the tree buffer 19 years ago
Linus Torvalds 097dc3d8c3 Remove "tree->entries" tree-entry list from tree parser 19 years ago
Linus Torvalds a755dfe45c Make "tree_entry" have a SHA1 instead of a union of object pointers 19 years ago
Linus Torvalds d2eafb7661 Add raw tree buffer info to "struct tree" 19 years ago
Daniel Barkalow 521698b153 Only use a single parser for tree objects 19 years ago
Junio C Hamano 18d1e701b7 struct tree: remove unused field "parent" 19 years ago
Linus Torvalds 3c5e8468a9 ls-tree: major rewrite to do pathspec 19 years ago
Daniel Barkalow 77675e2aff [PATCH] Add a function for getting a struct tree for an ent. 20 years ago
barkalow@iabervon.org 66e481b007 [PATCH] Object library enhancements 20 years ago
Linus Torvalds 64071805ed git-fsck-cache: be stricter about "tree" objects 20 years ago
Jason McMullan 5d6ccf5ce7 [PATCH] Anal retentive 'const unsigned char *sha1' 20 years ago
Junio C Hamano 6af1f0192f [PATCH] Rewrite ls-tree to behave more like "/bin/ls -a" 20 years ago
Nicolas Pitre bd2c39f58f [PATCH] don't load and decompress objects twice with parse_object() 20 years ago
Linus Torvalds 42ea9cb286 Be more careful about tree entry modes. 20 years ago
Linus Torvalds 8500349208 Make fsck-cache do better tree checking. 20 years ago
Daniel Barkalow 08692164e0 [PATCH] Parse tree objects completely 20 years ago
Daniel Barkalow 6eb8ae00d4 [PATCH] Header files for object parsing 20 years ago