1. 90d3405 match-trees.c: remove the_repo from shift_tree*() by Nguyễn Thái Ngọc Duy · 6 years ago
  2. 50ddb08 tree-walk.c: remove the_repo from get_tree_entry() by Nguyễn Thái Ngọc Duy · 6 years ago
  3. 5ec1e72 Use 'unsigned short' for mode, like diff_filespec does by Elijah Newren · 6 years ago
  4. b2fc9d2 Merge branch 'jk/unused-parameter-cleanup' by Junio C Hamano · 6 years ago
  5. 667f71c match-trees: drop unused path parameter from score functions by Jeff King · 6 years ago
  6. ea82b2a tree-walk: store object_id in a separate member by brian m. carlson · 6 years ago
  7. f55ac43 match-trees: use hashcpy to splice trees by brian m. carlson · 6 years ago
  8. 36775ab match-trees: compute buffer offset correctly when splicing by brian m. carlson · 6 years ago
  9. 9001dc2 convert "oidcmp() != 0" to "!oideq()" by Jeff King · 7 years ago
  10. 60858f3 Merge branch 'jk/merge-subtree-heuristics' by Junio C Hamano · 7 years ago
  11. 2ec4150 score_trees(): fix iteration over trees with missing entries by Jeff King · 7 years ago
  12. cbd53a2 object-store: move object access functions to object-store.h by Stefan Beller · 7 years ago
  13. b4f5aca sha1_file: convert read_sha1_file to struct object_id by brian m. carlson · 7 years ago
  14. 916bc35 tree-walk: convert tree entry functions to object_id by brian m. carlson · 7 years ago
  15. a09c985 sha1_file: convert write_sha1_file to object_id by Patryk Obara · 7 years ago
  16. 3b34934 match-trees: convert splice_tree to object_id by Patryk Obara · 7 years ago
  17. b6aec86 match-trees: convert several leaf functions to use struct object_id by brian m. carlson · 9 years ago
  18. ce6663a tree-walk: convert tree_entry_extract() to use struct object_id by brian m. carlson · 9 years ago
  19. 7d924c9 struct name_entry: use struct object_id instead of unsigned char sha1[20] by brian m. carlson · 9 years ago
  20. 82db3d4 match-trees: convert shift_tree() and shift_tree_by() to use object_id by brian m. carlson · 9 years ago
  21. 2831018 use xstrfmt to replace xmalloc + sprintf by Jeff King · 11 years ago
  22. 2c5495f use strchrnul() in place of strchr() and strlen() by Rohit Mani · 11 years ago
  23. 10a3fb0 match-trees: factor out fill_tree_desc_strict by René Scharfe · 12 years ago
  24. d8febde match-trees: simplify score_trees() using tree_entry() by René Scharfe · 12 years ago
  25. 85e51b7 Make "subtree" part more orthogonal to the rest of merge-recursive. by Junio C Hamano · 17 years ago
  26. 538dfe7 Improved const correctness for strings by Shawn O. Pearce · 17 years ago
  27. a6080a0 War on whitespace by Junio C Hamano · 18 years ago
  28. 68faf68 A new merge stragety 'subtree'. by Junio C Hamano · 18 years ago