🌐 AI搜索 & 代理 主页
Git 2.43.1
  1. a034e91 object-store-ll.h: split this header out of object-store.h by Elijah Newren · 2 years, 6 months ago
  2. 5e3f94d treewide: remove cache.h inclusion due to previous changes by Elijah Newren · 2 years, 8 months ago
  3. d4ff207 match-trees.h: move declarations for match-trees.c functions from cache.h by Elijah Newren · 2 years, 8 months ago
  4. e7dca80 Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-cache-h by Junio C Hamano · 2 years, 8 months ago
  5. bc726bd cocci: apply the "object-store.h" part of "the_repository.pending" by Ævar Arnfjörð Bjarmason · 2 years, 9 months ago
  6. 41771fa cache.h: remove dependence on hex.h; make other files include it explicitly by Elijah Newren · 2 years, 10 months ago
  7. c80d226 object-file API: have write_object_file() take "enum object_type" by Ævar Arnfjörð Bjarmason · 3 years, 10 months ago
  8. 92e2cab Always use oidread to read into struct object_id by brian m. carlson · 4 years, 8 months ago
  9. 90d3405 match-trees.c: remove the_repo from shift_tree*() by Nguyễn Thái Ngọc Duy · 6 years ago
  10. 50ddb08 tree-walk.c: remove the_repo from get_tree_entry() by Nguyễn Thái Ngọc Duy · 6 years ago
  11. 5ec1e72 Use 'unsigned short' for mode, like diff_filespec does by Elijah Newren · 7 years ago
  12. b2fc9d2 Merge branch 'jk/unused-parameter-cleanup' by Junio C Hamano · 7 years ago
  13. 667f71c match-trees: drop unused path parameter from score functions by Jeff King · 7 years ago
  14. ea82b2a tree-walk: store object_id in a separate member by brian m. carlson · 7 years ago
  15. f55ac43 match-trees: use hashcpy to splice trees by brian m. carlson · 7 years ago
  16. 36775ab match-trees: compute buffer offset correctly when splicing by brian m. carlson · 7 years ago
  17. 9001dc2 convert "oidcmp() != 0" to "!oideq()" by Jeff King · 7 years ago
  18. 60858f3 Merge branch 'jk/merge-subtree-heuristics' by Junio C Hamano · 7 years ago
  19. 2ec4150 score_trees(): fix iteration over trees with missing entries by Jeff King · 7 years ago
  20. cbd53a2 object-store: move object access functions to object-store.h by Stefan Beller · 8 years ago
  21. b4f5aca sha1_file: convert read_sha1_file to struct object_id by brian m. carlson · 8 years ago
  22. 916bc35 tree-walk: convert tree entry functions to object_id by brian m. carlson · 8 years ago
  23. a09c985 sha1_file: convert write_sha1_file to object_id by Patryk Obara · 8 years ago
  24. 3b34934 match-trees: convert splice_tree to object_id by Patryk Obara · 8 years ago
  25. b6aec86 match-trees: convert several leaf functions to use struct object_id by brian m. carlson · 10 years ago
  26. ce6663a tree-walk: convert tree_entry_extract() to use struct object_id by brian m. carlson · 10 years ago
  27. 7d924c9 struct name_entry: use struct object_id instead of unsigned char sha1[20] by brian m. carlson · 10 years ago
  28. 82db3d4 match-trees: convert shift_tree() and shift_tree_by() to use object_id by brian m. carlson · 10 years ago
  29. 2831018 use xstrfmt to replace xmalloc + sprintf by Jeff King · 11 years ago
  30. 2c5495f use strchrnul() in place of strchr() and strlen() by Rohit Mani · 12 years ago
  31. 10a3fb0 match-trees: factor out fill_tree_desc_strict by René Scharfe · 13 years ago
  32. d8febde match-trees: simplify score_trees() using tree_entry() by René Scharfe · 13 years ago
  33. 85e51b7 Make "subtree" part more orthogonal to the rest of merge-recursive. by Junio C Hamano · 16 years ago
  34. 538dfe7 Improved const correctness for strings by Shawn O. Pearce · 18 years ago
  35. a6080a0 War on whitespace by Junio C Hamano · 19 years ago
  36. 68faf68 A new merge stragety 'subtree'. by Junio C Hamano · 19 years ago