- fea92e4 Merge branch 'jc/tree-walk-drop-base-offset' by Junio C Hamano · 1 year, 7 months ago
- 0ad927e tree-walk: lose base_offset that is never used in tree_entry_interesting by Junio C Hamano · 1 year, 8 months ago
- a034e91 object-store-ll.h: split this header out of object-store.h by Elijah Newren · 1 year, 10 months ago
- 5e3f94d treewide: remove cache.h inclusion due to previous changes by Elijah Newren · 1 year, 11 months ago
- 53dca33 cache,tree: move basic name compare functions from read-cache to tree by Elijah Newren · 1 year, 11 months ago
- aabc561 cache,tree: move cmp_cache_name_compare from tree.[ch] to read-cache.c by Elijah Newren · 1 year, 11 months ago
- dabab1d object-name.h: move declarations for object-name.c functions from cache.h by Elijah Newren · 1 year, 11 months ago
- e7dca80 Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-cache-h by Junio C Hamano · 1 year, 11 months ago
- 4a93b89 libs: use "struct repository *" argument, not "the_repository" by Ævar Arnfjörð Bjarmason · 2 years ago
- bc726bd cocci: apply the "object-store.h" part of "the_repository.pending" by Ævar Arnfjörð Bjarmason · 2 years ago
- ecb5091 cocci: apply the "commit.h" part of "the_repository.pending" by Ævar Arnfjörð Bjarmason · 2 years ago
- 41771fa cache.h: remove dependence on hex.h; make other files include it explicitly by Elijah Newren · 2 years ago
- 4795748 tree.h API: simplify read_tree_recursive() signature by Ævar Arnfjörð Bjarmason · 4 years ago
- 6c9fc42 tree.h API: expose read_tree_1() as read_tree_at() by Ævar Arnfjörð Bjarmason · 4 years ago
- eefadd1 tree.c API: move read_tree() into builtin/ls-files.c by Ævar Arnfjörð Bjarmason · 4 years ago
- 70912f6 tree: enable cmp_cache_name_compare() to be used elsewhere by Elijah Newren · 4 years, 3 months ago
- 6da43d9 object: drop parsed_object_pool->commit_count by Abhishek Kumar · 4 years, 9 months ago
- 1577dc0 tree: simplify parse_tree_indirect() by René Scharfe · 6 years ago
- a378509 object: convert create_object() to use object_id by Jeff King · 6 years ago
- d0229ab object: convert lookup_object() to use object_id by Jeff King · 6 years ago
- 7589e63 Merge branch 'nd/the-index-final' by Junio C Hamano · 6 years ago
- 371820d Merge branch 'bc/tree-walk-oid' by Junio C Hamano · 6 years ago
- f8adbec cache.h: flip NO_THE_INDEX_COMPATIBILITY_MACROS switch by Nguyễn Thái Ngọc Duy · 6 years ago
- ea82b2a tree-walk: store object_id in a separate member by brian m. carlson · 6 years ago
- 67022e0 tree-walk.c: make tree_entry_interesting() take an index by Nguyễn Thái Ngọc Duy · 6 years ago
- e092073 tree.c: make read_tree*() take 'struct repository *' by Nguyễn Thái Ngọc Duy · 6 years ago
- ae533c4 Merge branch 'jm/cache-entry-from-mem-pool' by Junio C Hamano · 7 years ago
- a849735 block alloc: add lifecycle APIs for cache_entry structs by Jameson Miller · 7 years ago
- f58a6cb tree: allow lookup_tree to handle arbitrary repositories by Stefan Beller · 7 years ago
- c1f5eb4 commit: add repository argument to lookup_commit by Stefan Beller · 7 years ago
- f86bcc7 tree: add repository argument to lookup_tree by Stefan Beller · 7 years ago
- 1268dfa object: add repository argument to object_as_type by Stefan Beller · 7 years ago
- 5abddd1 object: add repository argument to lookup_object by Stefan Beller · 7 years ago
- 109cd76 object: add repository argument to parse_object by Stefan Beller · 7 years ago
- b16b60f Merge branch 'sb/object-store-grafts' into sb/object-store-lookup by Junio C Hamano · 7 years ago
- 1102405 Merge branch 'sb/object-store-alloc' by Junio C Hamano · 7 years ago
- c89b6e1 Merge branch 'ds/lazy-load-trees' by Junio C Hamano · 7 years ago
- cbd53a2 object-store: move object access functions to object-store.h by Stefan Beller · 7 years ago
- 14ba97f alloc: allow arbitrary repositories for alloc functions by Stefan Beller · 7 years ago
- cf7203b alloc: add repository argument to alloc_tree_node by Stefan Beller · 7 years ago
- 68f95d3 object: add repository argument to create_object by Stefan Beller · 7 years ago
- 2e27bd7 treewide: replace maybe_tree with accessor methods by Derrick Stolee · 7 years ago
- 891435d treewide: rename tree to maybe_tree by Derrick Stolee · 7 years ago
- b4f5aca sha1_file: convert read_sha1_file to struct object_id by brian m. carlson · 7 years ago
- df46d77 tree: convert read_tree_recursive to struct object_id by brian m. carlson · 7 years ago
- 50f03c6 Merge branch 'ab/free-and-null' by Junio C Hamano · 8 years ago
- 6a83d90 coccinelle: make use of the "type" FREE_AND_NULL() rule by Ævar Arnfjörð Bjarmason · 8 years ago
- 85ab50f tree: convert read_tree to take an index parameter by Brandon Williams · 8 years ago
- c251c83 object: convert parse_object* to take struct object_id by brian m. carlson · 8 years ago
- a9dbc17 tree: convert parse_tree_indirect to struct object_id by brian m. carlson · 8 years ago
- 740ee05 Convert lookup_tree to struct object_id by brian m. carlson · 8 years ago
- f26efc5 tree: convert read_tree_1 to use struct object_id internally by brian m. carlson · 8 years ago
- bc83266 Convert lookup_commit* to struct object_id by brian m. carlson · 8 years ago
- 9ed0d8d use QSORT by René Scharfe · 8 years ago
- 99d1a98 cache: convert struct cache_entry to use struct object_id by brian m. carlson · 9 years ago
- 7d924c9 struct name_entry: use struct object_id instead of unsigned char sha1[20] by brian m. carlson · 9 years ago
- ed1c997 Remove get_object_hash. by brian m. carlson · 9 years ago
- f2fd076 Convert struct object to object_id by brian m. carlson · 9 years ago
- 7999b2c Add several uses of get_object_hash. by brian m. carlson · 9 years ago
- 43262d8 Merge branch 'jk/squelch-missing-link-warning-for-unreachable' by Junio C Hamano · 10 years ago
- 9cc2b07 add quieter versions of parse_{tree,commit} by Jeff King · 10 years ago
- 6a0b0b6 tree.c: update read_tree_recursive callback to pass strbuf as base by Nguyễn Thái Ngọc Duy · 10 years ago
- 8ff226a add object_as_type helper for casting objects by Jeff King · 11 years ago
- d36f51c move setting of object->type to alloc_* functions by Jeff King · 11 years ago
- b8f2311 Merge branch 'jk/free-tree-buffer' by Junio C Hamano · 11 years ago
- b02f5ae Merge branch 'jl/submodule-mv' by Junio C Hamano · 12 years ago
- 18e4f40 checkout: convert read_tree_some to take struct pathspec by Nguyễn Thái Ngọc Duy · 12 years ago
- 9c5e6c8 Convert "struct cache_entry *" to "const ..." wherever possible by Nguyễn Thái Ngọc Duy · 12 years ago
- 6e454b9 clear parsed flag when we free tree buffers by Jeff King · 12 years ago
- b60e188 Strip namelen out of ce_flags into a ce_namelen field by Thomas Gummerer · 13 years ago
- d688cf0 tree_entry_interesting(): give meaningful names to return values by Nguyễn Thái Ngọc Duy · 13 years ago
- 0de1633 tree-walk.c: do not leak internal structure in tree_entry_len() by Nguyễn Thái Ngọc Duy · 13 years ago
- f0096c0 Convert read_tree{,_recursive} to support struct pathspec by Nguyễn Thái Ngọc Duy · 14 years ago
- ffd31f6 Reimplement read_tree_recursive() using tree_entry_interesting() by Nguyễn Thái Ngọc Duy · 14 years ago
- 7183c09 Fix off-by-one in read_tree_recursive by Johannes Schindelin · 16 years ago
- 08e7239 Merge branch 'bs/maint-1.6.0-tree-walk-prefix' into maint by Junio C Hamano · 16 years ago
- 8092bfb match_tree_entry(): a pathspec only matches at directory boundaries by Junio C Hamano · 16 years ago
- ba19a80 Drop double-semicolon in C by Junio C Hamano · 16 years ago
- d3bee16 tree.c: allow read_tree_recursive() to traverse gitlink entries by Lars Hjemli · 16 years ago
- 671f070 add context pointer to read_tree_recursive() by René Scharfe · 17 years ago
- eadbcd4 Merge branch 'mk/maint-parse-careful' by Junio C Hamano · 17 years ago
- 7914053 Remove unused object-ref code by Martin Koegler · 17 years ago
- 7a51ed6 Make on-disk index representation separate from in-core one by Linus Torvalds · 17 years ago
- af3785d Optimize "diff --cached" performance. by Junio C Hamano · 18 years ago
- d44c782 Merge branch 'sv/objfixes' by Junio C Hamano · 18 years ago
- e2ac7cb Don't assume tree entries that are not dirs are blobs by Sam Vilain · 18 years ago
- 302b928 rename dirlink to gitlink. by Martin Waitz · 18 years ago
- 42c4b58 Merge branch 'lt/objalloc' by Junio C Hamano · 18 years ago
- 100c5f3 Clean up object creation to use more common code by Linus Torvalds · 18 years ago
- 8d9721c Teach "fsck" not to follow subproject links by Linus Torvalds · 18 years ago
- 6fda5e5 Initialize tree descriptors with a helper function rather than by hand. by Linus Torvalds · 18 years ago
- a8c4047 Remove "pathlen" from "struct name_entry" by Linus Torvalds · 18 years ago
- c711a21 Trivial cleanup of track_tree_refs() by Linus Torvalds · 18 years ago
- 21666f1 convert object type handling from a string to a number by Nicolas Pitre · 18 years ago
- 8502357 simplify inclusion of system header files. by Junio C Hamano · 18 years ago
- e702496 Convert memcpy(a,b,20) to hashcpy(a,b). by Shawn Pearce · 19 years ago
- 74b504f Make track_tree_refs void. by David Rientjes · 19 years ago
- 1974632 Remove TYPE_* constant macros and use object_type enums consistently. by Linus Torvalds · 19 years ago
- 855419f Add specialized object allocator by Linus Torvalds · 19 years ago
- 885a86a Shrink "struct object" a bit by Linus Torvalds · 19 years ago