1. e092073 tree.c: make read_tree*() take 'struct repository *' by Nguyễn Thái Ngọc Duy · 6 years ago
  2. f58a6cb tree: allow lookup_tree to handle arbitrary repositories by Stefan Beller · 7 years ago
  3. f86bcc7 tree: add repository argument to lookup_tree by Stefan Beller · 7 years ago
  4. df46d77 tree: convert read_tree_recursive to struct object_id by brian m. carlson · 7 years ago
  5. 85ab50f tree: convert read_tree to take an index parameter by Brandon Williams · 8 years ago
  6. a9dbc17 tree: convert parse_tree_indirect to struct object_id by brian m. carlson · 8 years ago
  7. 740ee05 Convert lookup_tree to struct object_id by brian m. carlson · 8 years ago
  8. 43262d8 Merge branch 'jk/squelch-missing-link-warning-for-unreachable' by Junio C Hamano · 10 years ago
  9. 9cc2b07 add quieter versions of parse_{tree,commit} by Jeff King · 10 years ago
  10. 6a0b0b6 tree.c: update read_tree_recursive callback to pass strbuf as base by Nguyễn Thái Ngọc Duy · 10 years ago
  11. b8f2311 Merge branch 'jk/free-tree-buffer' by Junio C Hamano · 11 years ago
  12. 18e4f40 checkout: convert read_tree_some to take struct pathspec by Nguyễn Thái Ngọc Duy · 12 years ago
  13. 6e454b9 clear parsed flag when we free tree buffers by Jeff King · 12 years ago
  14. f0096c0 Convert read_tree{,_recursive} to support struct pathspec by Nguyễn Thái Ngọc Duy · 14 years ago
  15. 671f070 add context pointer to read_tree_recursive() by René Scharfe · 17 years ago
  16. 15b5536 Remove last vestiges of generic tree_entry_list by Linus Torvalds · 19 years ago
  17. 3bc1eca Remove unused "zeropad" entry from tree_list_entry by Linus Torvalds · 19 years ago
  18. 2d9c58c Remove "tree->entries" tree-entry list from tree parser by Linus Torvalds · 19 years ago
  19. 3a7c352 Make "tree_entry" have a SHA1 instead of a union of object pointers by Linus Torvalds · 19 years ago
  20. 136f2e5 Make "struct tree" contain the pointer to the tree buffer by Linus Torvalds · 19 years ago
  21. 521698b Only use a single parser for tree objects by Daniel Barkalow · 19 years ago
  22. 18d1e70 struct tree: remove unused field "parent" by Junio C Hamano · 19 years ago
  23. 3c5e846 ls-tree: major rewrite to do pathspec by Linus Torvalds · 19 years ago
  24. 77675e2 [PATCH] Add a function for getting a struct tree for an ent. by Daniel Barkalow · 19 years ago
  25. 66e481b [PATCH] Object library enhancements by barkalow@iabervon.org · 20 years ago
  26. 6407180 git-fsck-cache: be stricter about "tree" objects by Linus Torvalds · 20 years ago
  27. 5d6ccf5 [PATCH] Anal retentive 'const unsigned char *sha1' by Jason McMullan · 20 years ago
  28. 6af1f01 [PATCH] Rewrite ls-tree to behave more like "/bin/ls -a" by Junio C Hamano · 20 years ago
  29. bd2c39f [PATCH] don't load and decompress objects twice with parse_object() by Nicolas Pitre · 20 years ago
  30. 42ea9cb Be more careful about tree entry modes. by Linus Torvalds · 20 years ago
  31. 8500349 Make fsck-cache do better tree checking. by Linus Torvalds · 20 years ago
  32. 0869216 [PATCH] Parse tree objects completely by Daniel Barkalow · 20 years ago
  33. 6eb8ae0 [PATCH] Header files for object parsing by Daniel Barkalow · 20 years ago