🌐 AI搜索 & 代理 主页
Git 2.43.1
  1. f25e65e http.h: remove unnecessary include by Elijah Newren · 2 years ago
  2. eea0e59 treewide: remove unnecessary includes in source files by Elijah Newren · 2 years ago
  3. e519ac3 http-push: mark unused parameter in xml callback by Jeff King · 2 years, 5 months ago
  4. a034e91 object-store-ll.h: split this header out of object-store.h by Elijah Newren · 2 years, 6 months ago
  5. ccd12a3 Merge branch 'en/header-split-cache-h-part-2' by Junio C Hamano · 2 years, 7 months ago
  6. 0807e57 Merge branch 'en/header-split-cache-h' by Junio C Hamano · 2 years, 8 months ago
  7. 0e312ea diff.h: reduce unnecessary includes by Elijah Newren · 2 years, 8 months ago
  8. d4a4f92 commit.h: reduce unnecessary includes by Elijah Newren · 2 years, 8 months ago
  9. d812c3b treewide: remove cache.h inclusion due to object.h changes by Elijah Newren · 2 years, 8 months ago
  10. 6047b28 Merge branch 'en/header-split-cleanup' by Junio C Hamano · 2 years, 8 months ago
  11. 72871b19 Merge branch 'ab/remove-implicit-use-of-the-repository' by Junio C Hamano · 2 years, 8 months ago
  12. 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
  13. bc726bd cocci: apply the "object-store.h" part of "the_repository.pending" by Ævar Arnfjörð Bjarmason · 2 years, 9 months ago
  14. ecb5091 cocci: apply the "commit.h" part of "the_repository.pending" by Ævar Arnfjörð Bjarmason · 2 years, 9 months ago
  15. cb338c2 cocci: apply the "commit-reach.h" part of "the_repository.pending" by Ævar Arnfjörð Bjarmason · 2 years, 9 months ago
  16. e38da48 setup.h: move declarations for setup.c functions from cache.h by Elijah Newren · 2 years, 9 months ago
  17. 32a8f51 environment.h: move declarations for environment.c functions from cache.h by Elijah Newren · 2 years, 9 months ago
  18. 1e5e097 http: mark unused parameter in fill_active_slot() callbacks by Jeff King · 2 years, 9 months ago
  19. 41771fa cache.h: remove dependence on hex.h; make other files include it explicitly by Elijah Newren · 2 years, 10 months ago
  20. fe7e44e http: prefer CURLOPT_SEEKFUNCTION to CURLOPT_IOCTLFUNCTION by Jeff King · 2 years, 11 months ago
  21. 6956015 http-push: prefer CURLOPT_UPLOAD to CURLOPT_PUT by Jeff King · 2 years, 11 months ago
  22. 2da81d1 Merge branch 'ab/plug-leak-in-revisions' by Junio C Hamano · 3 years, 6 months ago
  23. 538dc45 Merge branch 'ep/maint-equals-null-cocci' by Junio C Hamano · 3 years, 7 months ago
  24. afe8a90 tree-wide: apply equals-null.cocci by Junio C Hamano · 3 years, 8 months ago
  25. b78ce33 revisions API users: use release_revisions() in http-push.c by Ævar Arnfjörð Bjarmason · 3 years, 8 months ago
  26. b04cdea object-file API: add a format_object_header() function by Ævar Arnfjörð Bjarmason · 3 years, 10 months ago
  27. 8dda4cb http: rename CURLOPT_FILE to CURLOPT_WRITEDATA by Ævar Arnfjörð Bjarmason · 4 years, 5 months ago
  28. 013c7e2 http: drop support for curl < 7.16.0 by Jeff King · 4 years, 5 months ago
  29. aaa3c80 Merge branch 'bc/hash-transition-interop-part-1' by Junio C Hamano · 4 years, 7 months ago
  30. c3b4e4e http-push: set algorithm when reading object ID by brian m. carlson · 4 years, 8 months ago
  31. 45a187c lookup_unknown_object(): take a repository argument by Jeff King · 4 years, 8 months ago
  32. ca56dad use CALLOC_ARRAY by René Scharfe · 4 years, 9 months ago
  33. d70a9eb strvec: rename struct fields by Jeff King · 5 years ago
  34. f6d8942 strvec: fix indentation in renamed calls by Jeff King · 5 years ago
  35. ef8d7ac strvec: convert more callers away from argv_array name by Jeff King · 5 years ago
  36. dbbcd44 strvec: rename files from argv-array to strvec by Jeff King · 5 years ago
  37. 67d99b8 Merge branch 'bc/http-push-flagsfix' by Junio C Hamano · 5 years ago
  38. 64472d1 http-push: ensure unforced pushes fail when data would be lost by brian m. carlson · 5 years ago
  39. eb05349 http: refactor finish_http_pack_request() by Jonathan Tan · 6 years ago
  40. 5cc6a4b http-push: simplify deleting a list item by René Scharfe · 6 years ago
  41. d0229ab object: convert lookup_object() to use object_id by Jeff King · 6 years ago
  42. 0ebbcf7 object: convert lookup_unknown_object() to use object_id by Jeff King · 6 years ago
  43. 8cbad49 Merge branch 'cb/http-push-null-in-message-fix' by Junio C Hamano · 7 years ago
  44. 9dde06d http-push: prevent format overflow warning with gcc >= 9 by Carlo Marcelo Arenas Belón · 7 years ago
  45. 1cb158b http-push: remove remaining uses of sha1_to_hex by brian m. carlson · 7 years ago
  46. f024b87 http-push: convert to use the_hash_algo by brian m. carlson · 7 years ago
  47. 538b152 object-store: rename and expand packed_git's sha1 member by brian m. carlson · 7 years ago
  48. cba595a Merge branch 'jk/loose-object-cache-oid' by Junio C Hamano · 7 years ago
  49. 5fda343 Merge branch 'ds/push-sparse-tree-walk' by Junio C Hamano · 7 years ago
  50. 4f6d26b list-objects: consume sparse tree walk by Derrick Stolee · 7 years ago
  51. ea82b2a tree-walk: store object_id in a separate member by brian m. carlson · 7 years ago
  52. f0be0db http: use struct object_id instead of bare sha1 by Jeff King · 7 years ago
  53. ca473ce Upcast size_t variables to uintmax_t when printing by Torsten Bögershausen · 7 years ago
  54. 11877b9 Merge branch 'nd/the-index' by Junio C Hamano · 7 years ago
  55. 2abf350 revision.c: remove implicit dependency on the_index by Nguyễn Thái Ngọc Duy · 7 years ago
  56. 769af0f Merge branch 'jk/cocci' by Junio C Hamano · 7 years ago
  57. 4a7e27e convert "oidcmp() == 0" to oideq() by Jeff King · 7 years ago
  58. 6404355 commit.h: remove method declarations by Derrick Stolee · 7 years ago
  59. a74093d tag: add repository argument to deref_tag by Stefan Beller · 7 years ago
  60. f86bcc7 tree: add repository argument to lookup_tree by Stefan Beller · 7 years ago
  61. da14a7f blob: add repository argument to lookup_blob by Stefan Beller · 7 years ago
  62. 5abddd1 object: add repository argument to lookup_object by Stefan Beller · 7 years ago
  63. 109cd76 object: add repository argument to parse_object by Stefan Beller · 7 years ago
  64. e12cbea Merge branch 'bw/ref-prefix-for-configured-refspec' by Junio C Hamano · 8 years ago
  65. c89b6e1 Merge branch 'ds/lazy-load-trees' by Junio C Hamano · 8 years ago
  66. 5c7ec84 remote: convert match_push_refs to take a struct refspec by Brandon Williams · 8 years ago
  67. 38490dd http-push: store refspecs in a struct refspec by Brandon Williams · 8 years ago
  68. d807c4a exec_cmd: rename to use dash in file name by Stefan Beller · 8 years ago
  69. cf0b179 Merge branch 'sb/object-store' by Junio C Hamano · 8 years ago
  70. 2e27bd7 treewide: replace maybe_tree with accessor methods by Derrick Stolee · 8 years ago
  71. 891435d treewide: rename tree to maybe_tree by Derrick Stolee · 8 years ago
  72. 2d5792f Merge branch 'bw/c-plus-plus' into ds/lazy-load-trees by Junio C Hamano · 8 years ago
  73. a80d72d object-store: move packed_git and packed_git_mru to object store by Stefan Beller · 8 years ago
  74. b4f5aca sha1_file: convert read_sha1_file to struct object_id by brian m. carlson · 8 years ago
  75. 169c9c0 Merge branch 'bw/c-plus-plus' by Junio C Hamano · 8 years ago
  76. debca9d object: rename function 'typename' to 'type_name' by Brandon Williams · 8 years ago
  77. a2b9820 http-push: improve error log by Patryk Obara · 8 years ago
  78. c3bdc4e http-push: use hex_to_bytes() by René Scharfe · 8 years ago
  79. 98c03a0 Merge branch 'tg/memfixes' by Junio C Hamano · 8 years ago
  80. 51bfb73 http-push: fix construction of hex value from path by Thomas Gummerer · 8 years ago
  81. 1cf01a3 consistently use "fallthrough" comments in switches by Jeff King · 8 years ago
  82. d6fe003 pack: move find_sha1_pack() by Jonathan Tan · 8 years ago
  83. 6a83d90 coccinelle: make use of the "type" FREE_AND_NULL() rule by Ævar Arnfjörð Bjarmason · 8 years ago
  84. c251c83 object: convert parse_object* to take struct object_id by brian m. carlson · 9 years ago
  85. 1aa40df http-push: convert process_ls_object and descendants to object_id by brian m. carlson · 9 years ago
  86. 740ee05 Convert lookup_tree to struct object_id by brian m. carlson · 9 years ago
  87. 3aca1fc Convert lookup_blob to struct object_id by brian m. carlson · 9 years ago
  88. bc83266 Convert lookup_commit* to struct object_id by brian m. carlson · 9 years ago
  89. 8eb9460 http-push: convert some static functions to struct object_id by brian m. carlson · 9 years ago
  90. e94eac4 http-push: don't check return value of lookup_unknown_object() by René Scharfe · 9 years ago
  91. faacc8e Merge branch 'jk/common-main' into maint by Junio C Hamano · 9 years ago
  92. 02962d3 use strbuf_addstr() for adding constant strings to a strbuf by René Scharfe · 9 years ago
  93. de61ceb Merge branch 'jk/common-main-2.8' into jk/common-main by Junio C Hamano · 9 years ago
  94. 5ce5f5f common-main: call git_setup_gettext() by Jeff King · 9 years ago
  95. 650c449 common-main: call git_extract_argv0_path() by Jeff King · 9 years ago
  96. 3f2e229 add an extra level of indirection to main() by Jeff King · 9 years ago
  97. 8429f2b Merge branch 'bc/object-id' by Junio C Hamano · 10 years ago
  98. 8cb01e2 http: support sending custom HTTP headers by Johannes Schindelin · 10 years ago
  99. 7d924c9 struct name_entry: use struct object_id instead of unsigned char sha1[20] by brian m. carlson · 10 years ago
  100. 4159593 http-push: stop using name_path by Jeff King · 10 years ago