🌐 AI搜索 & 代理 主页
Git 2.43.1
  1. dd224ce Merge branch 'dk/bundle-i18n-more' by Junio C Hamano · 2 years, 5 months ago
  2. bbb6acd i18n: mark more bundle.c strings for translation by D. Ben Knoble · 2 years, 5 months ago
  3. a034e91 object-store-ll.h: split this header out of object-store.h by Elijah Newren · 2 years, 6 months ago
  4. d812c3b treewide: remove cache.h inclusion due to object.h changes by Elijah Newren · 2 years, 8 months ago
  5. e7dca80 Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-cache-h by Junio C Hamano · 2 years, 9 months ago
  6. 12cb1c1 cocci: apply the "refs.h" part of "the_repository.pending" by Ævar Arnfjörð Bjarmason · 2 years, 9 months ago
  7. bc726bd cocci: apply the "object-store.h" part of "the_repository.pending" by Ævar Arnfjörð Bjarmason · 2 years, 9 months ago
  8. d48be35 write-or-die.h: move declarations for write-or-die.c functions from cache.h by Elijah Newren · 2 years, 9 months ago
  9. 32a8f51 environment.h: move declarations for environment.c functions from cache.h by Elijah Newren · 2 years, 9 months ago
  10. f394e09 treewide: be explicit about dependence on gettext.h by Elijah Newren · 2 years, 9 months ago
  11. 41771fa cache.h: remove dependence on hex.h; make other files include it explicitly by Elijah Newren · 2 years, 10 months ago
  12. 72972ea Merge branch 'ab/various-leak-fixes' by Junio C Hamano · 2 years, 10 months ago
  13. 53537c6 bundle.c: don't leak the "args" in the "struct child_process" by Ævar Arnfjörð Bjarmason · 2 years, 10 months ago
  14. d9fd674 bundle: verify using check_connected() by Derrick Stolee · 2 years, 11 months ago
  15. 70334fc bundle-uri: quiet failed unbundlings by Derrick Stolee · 3 years, 2 months ago
  16. 89bd7fe bundle: add flags to verify_bundle() by Derrick Stolee · 3 years, 2 months ago
  17. c96060b bundle: properly clear all revision flags by Derrick Stolee · 3 years, 2 months ago
  18. 2da81d1 Merge branch 'ab/plug-leak-in-revisions' by Junio C Hamano · 3 years, 6 months ago
  19. 89c6e45 bundle.h: make "fd" version of read_bundle_header() public by Ævar Arnfjörð Bjarmason · 3 years, 7 months ago
  20. f196c1e revisions API users: use release_revisions() needing REV_INFO_INIT by Ævar Arnfjörð Bjarmason · 3 years, 8 months ago
  21. 8ba221e bundle: output hash information in 'verify' by Derrick Stolee · 3 years, 9 months ago
  22. 017303e bundle: move capabilities to end of 'verify' by Derrick Stolee · 3 years, 9 months ago
  23. 7391ecd Merge branch 'ds/partial-bundles' by Junio C Hamano · 3 years, 9 months ago
  24. 4f39eb0 bundle: unbundle promisor packs by Derrick Stolee · 3 years, 9 months ago
  25. f18b512 bundle: create filtered bundles by Derrick Stolee · 3 years, 9 months ago
  26. 105c6f1 bundle: parse filter capability by Derrick Stolee · 3 years, 9 months ago
  27. 4f33a63 list-objects: handle NULL function pointers by Ævar Arnfjörð Bjarmason · 3 years, 9 months ago
  28. 99d6054 string-list API: change "nr" and "alloc" to "size_t" by Ævar Arnfjörð Bjarmason · 3 years, 9 months ago
  29. 7366096 bundle API: change "flags" to be "extra_index_pack_args" by Ævar Arnfjörð Bjarmason · 4 years, 3 months ago
  30. 10b635b bundle: remove "ref_list" in favor of string-list.c API by Ævar Arnfjörð Bjarmason · 4 years, 5 months ago
  31. 15e7c7d bundle.c: use a temporary variable for OIDs and names by Ævar Arnfjörð Bjarmason · 4 years, 5 months ago
  32. 5bb0fd2 bundle: arguments can be read from stdin by Jiang Xin · 5 years ago
  33. 0df670b Merge branch 'jt/interpret-branch-name-fallback' by Junio C Hamano · 5 years ago
  34. f24c30e wt-status: tolerate dangling marks by Jonathan Tan · 5 years ago
  35. e0ad957 Merge branch 'bc/sha-256-part-3' by Junio C Hamano · 5 years ago
  36. d70a9eb strvec: rename struct fields by Jeff King · 5 years ago
  37. c5aecfc bundle: add new version for use with SHA-256 by brian m. carlson · 5 years ago
  38. f6d8942 strvec: fix indentation in renamed calls by Jeff King · 5 years ago
  39. ef8d7ac strvec: convert more callers away from argv_array name by Jeff King · 5 years ago
  40. dbbcd44 strvec: rename files from argv-array to strvec by Jeff King · 5 years ago
  41. 6161ce7 bundle: detect hash algorithm when reading refs by brian m. carlson · 5 years ago
  42. 79862b6 bundle-create: progress output control by Robin H. Johnson · 6 years ago
  43. 703d2d4 bundle: switch to use the_hash_algo by brian m. carlson · 6 years ago
  44. 3bbbe46 bundle verify: error out if called without an object database by Johannes Schindelin · 7 years ago
  45. fcb133e create_bundle(): drop unused "header" parameter by Jeff King · 7 years ago
  46. cde5554 Merge branch 'nd/the-index' by Junio C Hamano · 7 years ago
  47. 9e3dc6b Merge branch 'jk/close-duped-fd-before-unlock-for-bundle' by Junio C Hamano · 7 years ago
  48. 2c8ee1f bundle: dup() output descriptor closer to point-of-use by Jeff King · 7 years ago
  49. 74ae4b6 bundle.c: remove the_repository references by Nguyễn Thái Ngọc Duy · 7 years ago
  50. 11877b9 Merge branch 'nd/the-index' by Junio C Hamano · 7 years ago
  51. 2abf350 revision.c: remove implicit dependency on the_index by Nguyễn Thái Ngọc Duy · 7 years ago
  52. 9001dc2 convert "oidcmp() != 0" to "!oideq()" by Jeff King · 7 years ago
  53. 2122f67 commit: add repository argument to lookup_commit_reference by Stefan Beller · 7 years ago
  54. 21e1ee8 commit: add repository argument to lookup_commit_reference_gently by Stefan Beller · 7 years ago
  55. 109cd76 object: add repository argument to parse_object by Stefan Beller · 7 years ago
  56. b16b60f Merge branch 'sb/object-store-grafts' into sb/object-store-lookup by Junio C Hamano · 7 years ago
  57. 2f76ebc Merge branch 'ma/lockfile-cleanup' by Junio C Hamano · 8 years ago
  58. cbd53a2 object-store: move object access functions to object-store.h by Stefan Beller · 8 years ago
  59. b227586 lock_file: make function-local locks non-static by Martin Ågren · 8 years ago
  60. b4f5aca sha1_file: convert read_sha1_file to struct object_id by brian m. carlson · 8 years ago
  61. 0bbab7d Merge branch 'rs/lose-leak-pending' by Junio C Hamano · 8 years ago
  62. 6364739 bundle: avoid using the rev_info flag leak_pending by René Scharfe · 8 years ago
  63. cca5fa6 refs: convert dwim_ref and expand_ref to struct object_id by brian m. carlson · 8 years ago
  64. 34c290a refs: convert read_ref and read_ref_full to object_id by brian m. carlson · 8 years ago
  65. b2ccdf7 leak_pending: use `object_array_clear()`, not `free()` by Martin Ågren · 8 years ago
  66. 6b526ce Merge branch 'bc/object-id' by Junio C Hamano · 9 years ago
  67. c251c83 object: convert parse_object* to take struct object_id by brian m. carlson · 9 years ago
  68. bc83266 Convert lookup_commit* to struct object_id by brian m. carlson · 9 years ago
  69. b8607f3 bundle: convert to struct object_id by brian m. carlson · 9 years ago
  70. dddbad7 timestamp_t: a new data type for timestamps by Johannes Schindelin · 9 years ago
  71. 1aeb7e7 parse_timestamp(): specify explicitly where we parse timestamps by Johannes Schindelin · 9 years ago
  72. f5ff5fb bundle: don't leak an fd in case of early return by Stefan Beller · 10 years ago
  73. ed1c997 Remove get_object_hash. by brian m. carlson · 10 years ago
  74. f2fd076 Convert struct object to object_id by brian m. carlson · 10 years ago
  75. 7999b2c Add several uses of get_object_hash. by brian m. carlson · 10 years ago
  76. e54c347 create_bundle(): duplicate file descriptor to avoid closing it twice by Michael Haggerty · 10 years ago
  77. c8a571d bundle.c: fix memory leak by Stefan Beller · 11 years ago
  78. d9362ef bundle: split out ref writing from bundle_create by Jeff King · 11 years ago
  79. e8eb251 bundle: split out a helper function to compute and write prerequisites by Junio C Hamano · 11 years ago
  80. 5e626b9 bundle: split out a helper function to create pack data by Junio C Hamano · 11 years ago
  81. 8828f29 use child_process_init() to initialize struct child_process variables by René Scharfe · 11 years ago
  82. 7695d11 refs.c: change resolve_ref_unsafe reading argument to be a flags field by Ronnie Sahlberg · 11 years ago
  83. 0189df3 Merge branch 'rs/plug-leak-in-bundle' by Junio C Hamano · 11 years ago
  84. 6404594 bundle: plug minor memory leak in is_tag_in_date_range() by René Scharfe · 11 years ago
  85. 697cc8e lockfile.h: extract new header file for the functions in lockfile.c by Michael Haggerty · 11 years ago
  86. ffe41f8 Merge branch 'lf/bundle-exclusion' into maint by Junio C Hamano · 11 years ago
  87. 825fd93 Merge branch 'rs/child-process-init' by Junio C Hamano · 11 years ago
  88. 7b41640 Merge branch 'lf/bundle-exclusion' by Junio C Hamano · 11 years ago
  89. d318027 run-command: introduce CHILD_PROCESS_INIT by René Scharfe · 11 years ago
  90. 2c8544a bundle: fix exclusion of annotated tags by Lukas Fleischer · 11 years ago
  91. 92859f3 bundle: use internal argv_array of struct child_process in create_bundle() by René Scharfe · 11 years ago
  92. b407d40 Merge branch 'nd/log-show-linear-break' by Junio C Hamano · 12 years ago
  93. 208acbf object.h: centralize object flag allocation by Nguyễn Thái Ngọc Duy · 12 years ago
  94. 006f678 Merge branch 'sh/use-hashcpy' by Junio C Hamano · 12 years ago
  95. 50546b1 Use hashcpy() when copying object names by Sun He · 12 years ago
  96. 5cbbe13 bundle.c: use ALLOC_GROW() in add_to_ref_list() by Dmitry S. Dolzhenko · 12 years ago
  97. 1e2371e bundle: use argv-array by Junio C Hamano · 12 years ago
  98. 31faeb2 object_array_entry: fix memory handling of the name field by Michael Haggerty · 13 years ago
  99. 5446e33 bundle: Accept prerequisites without commit messages by Lukas Fleischer · 13 years ago
  100. f1ad05f Merge branch 'jk/fully-peeled-packed-ref' into maint-1.8.1 by Junio C Hamano · 13 years ago