| Age | Commit message (Expand) | Author | Files | Lines |
| 2019-02-06 | Merge branch 'nd/the-index-final' | Junio C Hamano | 1 | -1/+0 |
| 2019-01-29 | Merge branch 'bc/tree-walk-oid' | Junio C Hamano | 1 | -5/+5 |
| 2019-01-24 | cache.h: flip NO_THE_INDEX_COMPATIBILITY_MACROS switch | Nguyễn Thái Ngọc Duy | 1 | -1/+0 |
| 2019-01-15 | tree-walk: store object_id in a separate member | brian m. carlson | 1 | -5/+5 |
| 2018-11-19 | tree-walk.c: make tree_entry_interesting() take an index | Nguyễn Thái Ngọc Duy | 1 | -1/+2 |
| 2018-11-19 | tree.c: make read_tree*() take 'struct repository *' | Nguyễn Thái Ngọc Duy | 1 | -8/+10 |
| 2018-08-02 | Merge branch 'jm/cache-entry-from-mem-pool' | Junio C Hamano | 1 | -3/+1 |
| 2018-07-03 | block alloc: add lifecycle APIs for cache_entry structs | Jameson Miller | 1 | -3/+1 |
| 2018-06-29 | tree: allow lookup_tree to handle arbitrary repositories | Stefan Beller | 1 | -5/+5 |
| 2018-06-29 | commit: add repository argument to lookup_commit | Stefan Beller | 1 | -1/+1 |
| 2018-06-29 | tree: add repository argument to lookup_tree | Stefan Beller | 1 | -2/+2 |
| 2018-06-29 | object: add repository argument to object_as_type | Stefan Beller | 1 | -1/+1 |
| 2018-06-29 | object: add repository argument to lookup_object | Stefan Beller | 1 | -1/+1 |
| 2018-06-29 | object: add repository argument to parse_object | Stefan Beller | 1 | -2/+3 |
| 2018-06-29 | Merge branch 'sb/object-store-grafts' into sb/object-store-lookup | Junio C Hamano | 1 | -0/+1 |
| 2018-06-25 | Merge branch 'sb/object-store-alloc' | Junio C Hamano | 1 | -1/+3 |
| 2018-05-23 | Merge branch 'ds/lazy-load-trees' | Junio C Hamano | 1 | -2/+2 |
| 2018-05-16 | object-store: move object access functions to object-store.h | Stefan Beller | 1 | -0/+1 |
| 2018-05-16 | alloc: allow arbitrary repositories for alloc functions | Stefan Beller | 1 | -0/+1 |
| 2018-05-09 | alloc: add repository argument to alloc_tree_node | Stefan Beller | 1 | -1/+1 |
| 2018-05-09 | object: add repository argument to create_object | Stefan Beller | 1 | -1/+2 |
| 2018-04-11 | treewide: replace maybe_tree with accessor methods | Derrick Stolee | 1 | -2/+2 |
| 2018-04-11 | treewide: rename tree to maybe_tree | Derrick Stolee | 1 | -2/+2 |
| 2018-03-14 | sha1_file: convert read_sha1_file to struct object_id | brian m. carlson | 1 | -1/+1 |
| 2018-03-14 | tree: convert read_tree_recursive to struct object_id | brian m. carlson | 1 | -7/+7 |
| 2017-06-24 | Merge branch 'ab/free-and-null' | Junio C Hamano | 1 | -2/+1 |
| 2017-06-16 | coccinelle: make use of the "type" FREE_AND_NULL() rule | Ævar Arnfjörð Bjarmason | 1 | -2/+1 |
| 2017-06-13 | tree: convert read_tree to take an index parameter | Brandon Williams | 1 | -10/+18 |
| 2017-05-08 | object: convert parse_object* to take struct object_id | brian m. carlson | 1 | -2/+2 |
| 2017-05-08 | tree: convert parse_tree_indirect to struct object_id | brian m. carlson | 1 | -2/+2 |
| 2017-05-08 | Convert lookup_tree to struct object_id | brian m. carlson | 1 | -4/+4 |
| 2017-05-08 | tree: convert read_tree_1 to use struct object_id internally | brian m. carlson | 1 | -4/+4 |
| 2017-05-08 | Convert lookup_commit* to struct object_id | brian m. carlson | 1 | -1/+1 |
| 2016-09-29 | use QSORT | René Scharfe | 1 | -2/+1 |
| 2016-09-07 | cache: convert struct cache_entry to use struct object_id | brian m. carlson | 1 | -1/+1 |
| 2016-04-25 | struct name_entry: use struct object_id instead of unsigned char sha1[20] | brian m. carlson | 1 | -5/+5 |
| 2015-11-20 | Remove get_object_hash. | brian m. carlson | 1 | -2/+2 |
| 2015-11-20 | Convert struct object to object_id | brian m. carlson | 1 | -3/+3 |
| 2015-11-20 | Add several uses of get_object_hash. | brian m. carlson | 1 | -2/+2 |
| 2015-06-11 | Merge branch 'jk/squelch-missing-link-warning-for-unreachable' | Junio C Hamano | 1 | -2/+3 |
| 2015-06-01 | add quieter versions of parse_{tree,commit} | Jeff King | 1 | -2/+3 |
| 2014-12-01 | tree.c: update read_tree_recursive callback to pass strbuf as base | Nguyễn Thái Ngọc Duy | 1 | -5/+11 |
| 2014-07-13 | add object_as_type helper for casting objects | Jeff King | 1 | -8/+1 |
| 2014-07-13 | move setting of object->type to alloc_* functions | Jeff King | 1 | -1/+1 |
| 2013-09-17 | Merge branch 'jk/free-tree-buffer' | Junio C Hamano | 1 | -0/+8 |
| 2013-09-09 | Merge branch 'jl/submodule-mv' | Junio C Hamano | 1 | -2/+2 |
| 2013-07-15 | checkout: convert read_tree_some to take struct pathspec | Nguyễn Thái Ngọc Duy | 1 | -2/+2 |
| 2013-07-09 | Convert "struct cache_entry *" to "const ..." wherever possible | Nguyễn Thái Ngọc Duy | 1 | -1/+1 |
| 2013-06-06 | clear parsed flag when we free tree buffers | Jeff King | 1 | -0/+8 |
| 2012-07-11 | Strip namelen out of ce_flags into a ce_namelen field | Thomas Gummerer | 1 | -3/+4 |
| 2011-10-27 | tree_entry_interesting(): give meaningful names to return values | Nguyễn Thái Ngọc Duy | 1 | -4/+5 |
| 2011-10-27 | tree-walk.c: do not leak internal structure in tree_entry_len() | Nguyễn Thái Ngọc Duy | 1 | -1/+1 |
| 2011-03-25 | Convert read_tree{,_recursive} to support struct pathspec | Nguyễn Thái Ngọc Duy | 1 | -9/+4 |
| 2011-03-25 | Reimplement read_tree_recursive() using tree_entry_interesting() | Nguyễn Thái Ngọc Duy | 1 | -95/+57 |
| 2009-04-20 | Fix off-by-one in read_tree_recursive | Johannes Schindelin | 1 | -0/+1 |
| 2009-04-18 | Merge branch 'bs/maint-1.6.0-tree-walk-prefix' into maint | Junio C Hamano | 1 | -2/+6 |
| 2009-04-01 | match_tree_entry(): a pathspec only matches at directory boundaries | Junio C Hamano | 1 | -2/+6 |
| 2009-02-10 | Drop double-semicolon in C | Junio C Hamano | 1 | -1/+1 |
| 2009-02-07 | tree.c: allow read_tree_recursive() to traverse gitlink entries | Lars Hjemli | 1 | -0/+28 |
| 2008-07-15 | add context pointer to read_tree_recursive() | René Scharfe | 1 | -6/+6 |
| 2008-03-02 | Merge branch 'mk/maint-parse-careful' | Junio C Hamano | 1 | -48/+0 |
| 2008-02-25 | Remove unused object-ref code | Martin Koegler | 1 | -48/+0 |
| 2008-01-21 | Make on-disk index representation separate from in-core one | Linus Torvalds | 1 | -2/+2 |
| 2007-08-10 | Optimize "diff --cached" performance. | Junio C Hamano | 1 | -3/+66 |
| 2007-06-06 | Merge branch 'sv/objfixes' | Junio C Hamano | 1 | -1/+6 |
| 2007-06-06 | Don't assume tree entries that are not dirs are blobs | Sam Vilain | 1 | -1/+6 |
| 2007-05-21 | rename dirlink to gitlink. | Martin Waitz | 1 | -2/+2 |
| 2007-04-21 | Merge branch 'lt/objalloc' | Junio C Hamano | 1 | -6/+2 |
| 2007-04-16 | Clean up object creation to use more common code | Linus Torvalds | 1 | -6/+2 |
| 2007-04-10 | Teach "fsck" not to follow subproject links | Linus Torvalds | 1 | -1/+14 |
| 2007-03-21 | Initialize tree descriptors with a helper function rather than by hand. | Linus Torvalds | 1 | -6/+3 |
| 2007-03-21 | Remove "pathlen" from "struct name_entry" | Linus Torvalds | 1 | -4/+5 |
| 2007-03-19 | Trivial cleanup of track_tree_refs() | Linus Torvalds | 1 | -3/+1 |
| 2007-02-27 | convert object type handling from a string to a number | Nicolas Pitre | 1 | -3/+3 |
| 2006-12-20 | simplify inclusion of system header files. | Junio C Hamano | 1 | -1/+0 |
| 2006-08-23 | Convert memcpy(a,b,20) to hashcpy(a,b). | Shawn Pearce | 1 | -1/+1 |
| 2006-08-14 | Make track_tree_refs void. | David Rientjes | 1 | -2/+1 |
| 2006-07-12 | Remove TYPE_* constant macros and use object_type enums consistently. | Linus Torvalds | 1 | -6/+6 |
| 2006-06-19 | Add specialized object allocator | Linus Torvalds | 1 | -1/+1 |
| 2006-06-17 | Shrink "struct object" a bit | Linus Torvalds | 1 | -8/+8 |
| 2006-05-30 | tree_entry(): new tree-walking helper function | Linus Torvalds | 1 | -26/+15 |
| 2006-05-29 | Remove last vestiges of generic tree_entry_list | Linus Torvalds | 1 | -42/+0 |
| 2006-05-29 | Remove unused "zeropad" entry from tree_list_entry | Linus Torvalds | 1 | -2/+1 |
| 2006-05-29 | Remove "tree->entries" tree-entry list from tree parser | Linus Torvalds | 1 | -24/+57 |
| 2006-05-29 | Switch "read_tree_recursive()" over to tree-walk functionality | Linus Torvalds | 1 | -13/+20 |
| 2006-05-29 | Make "tree_entry" have a SHA1 instead of a union of object pointers | Linus Torvalds | 1 | -11/+14 |
| 2006-05-29 | Make "struct tree" contain the pointer to the tree buffer | Linus Torvalds | 1 | -25/+22 |
| 2006-04-04 | Replace xmalloc+memset(0) with xcalloc. | Peter Eriksen | 1 | -5/+2 |
| 2006-01-26 | Only use a single parser for tree objects | Daniel Barkalow | 1 | -30/+18 |
| 2006-01-07 | [PATCH] Compilation: zero-length array declaration. | Junio C Hamano | 1 | -1/+1 |
| 2005-12-04 | struct tree: remove unused field "parent" | Junio C Hamano | 1 | -1/+0 |
| 2005-11-28 | ls-tree: major rewrite to do pathspec | Linus Torvalds | 1 | -10/+24 |
| 2005-11-15 | Rework object refs tracking to reduce memory usage | Sergey Vlasov | 1 | -1/+12 |
| 2005-09-10 | [PATCH] Add a function for getting a struct tree for an ent. | Daniel Barkalow | 1 | -0/+21 |
| 2005-07-27 | git-fsck-cache: be stricter about "tree" objects | Linus Torvalds | 1 | -0/+1 |
| 2005-07-14 | Fix up read_tree() pathspec matching to use "const char **" | Linus Torvalds | 1 | -4/+6 |
| 2005-07-14 | Start adding interfaces to read in partial trees | Linus Torvalds | 1 | -4/+51 |
| 2005-06-25 | [PATCH] Fix oversimplified optimization for add_cache_entry(). | Junio C Hamano | 1 | -1/+1 |
| 2005-06-08 | [PATCH] Anal retentive 'const unsigned char *sha1' | Jason McMullan | 1 | -1/+1 |
| 2005-05-29 | [PATCH] Rewrite ls-tree to behave more like "/bin/ls -a" | Junio C Hamano | 1 | -1/+1 |
| 2005-05-20 | [PATCH] delta check | Nicolas Pitre | 1 | -0/+2 |
| 2005-05-11 | [PATCH] read_tree_recursive(): Fix leaks | Jonas Fonseca | 1 | -2/+5 |
| 2005-05-07 | Add git-update-cache --replace option. | Junio C Hamano | 1 | -1/+1 |
| 2005-05-06 | [PATCH] don't load and decompress objects twice with parse_object() | Nicolas Pitre | 1 | -17/+27 |
| 2005-05-05 | Be more careful about tree entry modes. | Linus Torvalds | 1 | -2/+4 |
| 2005-05-04 | [PATCH] Fix memory leaks in git-fsck-cache | Sergey Vlasov | 1 | -2/+7 |
| 2005-05-02 | Make fsck-cache do better tree checking. | Linus Torvalds | 1 | -5/+0 |
| 2005-04-26 | [PATCH] introduce xmalloc and xrealloc | Christopher Li | 1 | -4/+4 |
| 2005-04-24 | Don't add references to objects we couldn't find. | Linus Torvalds | 1 | -1/+2 |
| 2005-04-24 | Verify that the object type matches for tree/commit objects even before parsing. | Linus Torvalds | 1 | -1/+1 |
| 2005-04-24 | Set object type at object creation time, not object parse time. | Linus Torvalds | 1 | -1/+1 |
| 2005-04-23 | [PATCH] Parse tree objects completely | Daniel Barkalow | 1 | -3/+17 |
| 2005-04-22 | Move "read_tree()" to "tree.c" to be used as a generic helper function. | Linus Torvalds | 1 | -0/+65 |
| 2005-04-18 | [PATCH] Implementations of parsing functions | Daniel Barkalow | 1 | -0/+67 |