1. bd4232f Merge branch 'ab/struct-init' by Junio C Hamano · 3 years, 8 months ago
  2. 10b635b bundle: remove "ref_list" in favor of string-list.c API by Ævar Arnfjörð Bjarmason · 3 years, 8 months ago
  3. 15e7c7d bundle.c: use a temporary variable for OIDs and names by Ævar Arnfjörð Bjarmason · 3 years, 8 months ago
  4. bc40dfb string-list.h users: change to use *_{nodup,dup}() by Ævar Arnfjörð Bjarmason · 3 years, 8 months ago
  5. ae1a7ee fetch-pack: signal v2 server that we are done making requests by Jeff King · 3 years, 10 months ago
  6. 644f4a2 Merge branch 'jt/push-negotiation' by Junio C Hamano · 3 years, 10 months ago
  7. 9c1e657 fetch: teach independent negotiation (no packfile) by Jonathan Tan · 3 years, 10 months ago
  8. a819e2b Merge branch 'ow/push-quiet-set-upstream' by Junio C Hamano · 3 years, 11 months ago
  9. f3cce89 transport: respect verbosity when setting upstream by Øystein Walle · 4 years ago
  10. 22eee7f Merge branch 'll/clone-reject-shallow' by Junio C Hamano · 4 years ago
  11. 642a400 Merge branch 'ah/plugleaks' by Junio C Hamano · 4 years ago
  12. 4fe788b builtin/clone.c: add --reject-shallow option by Li Linchao · 4 years ago
  13. 68ffe09 transport: also free remote_refs in transport_disconnect() by Andrzej Hunt · 4 years ago
  14. ca56dad use CALLOC_ARRAY by René Scharfe · 4 years ago
  15. 3983540 connect, transport: encapsulate arg in struct by Jonathan Tan · 4 years, 1 month ago
  16. 23bf486 transport: log received server session ID by Josh Steadmon · 4 years, 4 months ago
  17. 3b990aa push: parse and set flag for "--force-if-includes" by Srinidhi Kaushik · 4 years, 5 months ago
  18. 99a1f9a push: add reflog check for "--force-if-includes" by Srinidhi Kaushik · 4 years, 5 months ago
  19. 6c430a6 Merge branch 'jx/proc-receive-hook' by Junio C Hamano · 4 years, 6 months ago
  20. b4100f3 Merge branch 'jt/lazy-fetch' by Junio C Hamano · 4 years, 6 months ago
  21. 1702ae6 transport: parse report options for tracking refs by Jiang Xin · 4 years, 7 months ago
  22. 63518a5 New capability "report-status-v2" for git-push by Jiang Xin · 4 years, 7 months ago
  23. 917c612 transport: not report a non-head push as a branch by Jiang Xin · 4 years, 7 months ago
  24. 9dfa8db fetch-pack: remove no_dependents code by Jonathan Tan · 4 years, 7 months ago
  25. 95e7c38 refspec: make sure stack refspec_item variables are zeroed by Jacob Keller · 4 years, 7 months ago
  26. c972bf4 strvec: convert remaining callers away from argv_array name by Jeff King · 4 years, 8 months ago
  27. 1221085 Merge branch 'bc/sha-256-part-2' by Junio C Hamano · 4 years, 8 months ago
  28. 34e849b Merge branch 'jt/cdn-offload' by Junio C Hamano · 4 years, 9 months ago
  29. 6161ce7 bundle: detect hash algorithm when reading refs by brian m. carlson · 4 years, 9 months ago
  30. 9da69a6 fetch-pack: support more than one pack lockfile by Jonathan Tan · 4 years, 9 months ago
  31. 7c97af4 transport: add a hash algorithm member by brian m. carlson · 4 years, 10 months ago
  32. b0df0c1 stateless-connect: send response end packet by Denton Liu · 4 years, 10 months ago
  33. dde72f9 transport: extract common fetch_pack() call by Denton Liu · 4 years, 10 months ago
  34. 5b6864c Merge branch 'jx/atomic-push' by Junio C Hamano · 4 years, 11 months ago
  35. 46701bd send-pack: mark failure of atomic push properly by Jiang Xin · 5 years ago
  36. 7dcbeaa send-pack: fix inconsistent porcelain output by Jiang Xin · 5 years ago
  37. fe299ec oid_array: rename source file from sha1-array by Jeff King · 5 years ago
  38. 45f47ff Merge branch 'jk/no-flush-upon-disconnecting-slrpc-transport' by Junio C Hamano · 5 years ago
  39. 4d8cab9 transport: don't flush when disconnecting stateless-rpc helper by Jeff King · 5 years ago
  40. 360c7ba transport: push codepath can take arbitrary repository by Junio C Hamano · 5 years ago
  41. 25e4b80 push: add trace2 instrumentation by Josh Steadmon · 5 years ago
  42. f67bf53 Merge branch 'jt/avoid-ls-refs-with-http' by Junio C Hamano · 5 years ago
  43. 627b826 Merge branch 'md/list-objects-filter-combo' by Junio C Hamano · 5 years ago
  44. fddf2eb transport: teach all vtables to allow fetch first by Jonathan Tan · 6 years ago
  45. f87ee7f Merge branch 'es/local-atomic-push-failure-with-http' by Junio C Hamano · 6 years ago
  46. 2581ea3 transport-helper: avoid var decl in for () loop control by Junio C Hamano · 6 years ago
  47. 3bca1e7 transport-helper: enforce atomic in push_refs_with_push by Emily Shaffer · 6 years ago
  48. 709dfa6 object-store.h: move for_each_alternate_ref() from transport.h by Jeff King · 6 years ago
  49. 489fc9e list-objects-filter-options: allow mult. --filter by Matthew DeVore · 6 years ago
  50. 6d3df8e Merge branch 'jt/clone-server-option' by Junio C Hamano · 6 years ago
  51. 35eb824 transport: die if server options are unsupported by Jonathan Tan · 6 years ago
  52. 0f804b0 fetch_pack(): drop unused parameters by Jeff King · 6 years ago
  53. 6206286 trace2:data: add trace2 hook classification by Jeff Hostetler · 6 years ago
  54. 17069c7 Merge branch 'ms/packet-err-check' into jt/fetch-v2-sideband by Junio C Hamano · 6 years ago
  55. cde5554 Merge branch 'nd/the-index' by Junio C Hamano · 6 years ago
  56. 2d103c3 pack-protocol.txt: accept error packets in any context by Masaya Suzuki · 6 years ago
  57. 263db40 rename "alternate_object_database" to "object_directory" by Jeff King · 6 years ago
  58. 74ae4b6 bundle.c: remove the_repository references by Nguyễn Thái Ngọc Duy · 6 years ago
  59. 6c6d5d0 transport.c: remove implicit dependency on the_index by Nguyễn Thái Ngọc Duy · 6 years ago
  60. 1443ca9 Merge branch 'nd/submodule-unused-vars' by Junio C Hamano · 6 years ago
  61. d829d49 Merge branch 'bc/hash-transition-part-15' by Junio C Hamano · 6 years ago
  62. 6245b98 submodule.c: remove some of the_repository references by Nguyễn Thái Ngọc Duy · 6 years ago
  63. 465e73f Merge branch 'tb/filter-alternate-refs' by Junio C Hamano · 6 years ago
  64. 0527fba Merge branch 'jt/avoid-ls-refs' by Junio C Hamano · 6 years ago
  65. 11877b9 Merge branch 'nd/the-index' by Junio C Hamano · 6 years ago
  66. fbd0e37 transport: use parse_oid_hex instead of a constant by brian m. carlson · 6 years ago
  67. 40f327f transport.c: introduce core.alternateRefsPrefixes by Taylor Blau · 6 years ago
  68. 89284c1 transport.c: introduce core.alternateRefsCommand by Taylor Blau · 6 years ago
  69. 1e5f31d transport.c: extract 'fill_alternate_refs_command' by Taylor Blau · 6 years ago
  70. bdf4276 transport: drop refnames from for_each_alternate_ref by Jeff King · 6 years ago
  71. 6ab4055 transport: list refs before fetch if necessary by Jonathan Tan · 6 years ago
  72. 0177565 transport: do not list refs if possible by Jonathan Tan · 6 years ago
  73. 99bcb88 transport: allow skipping of ref listing by Jonathan Tan · 6 years ago
  74. 174d131 submodule.c: remove implicit dependency on the_index by Nguyễn Thái Ngọc Duy · 6 years ago
  75. 4a7e27e convert "oidcmp() == 0" to oideq() by Jeff King · 7 years ago
  76. b160b6e Merge branch 'jt/connectivity-check-after-unshallow' by Junio C Hamano · 7 years ago
  77. 4bea848 Merge branch 'nd/i18n' by Junio C Hamano · 7 years ago
  78. 30bf8d9 Merge branch 'jt/fetch-nego-tip' by Junio C Hamano · 7 years ago
  79. e2842b3 fetch-pack: unify ref in and out param by Jonathan Tan · 7 years ago
  80. 68e39e4 transport.c: mark more strings for translation by Nguyễn Thái Ngọc Duy · 7 years ago
  81. 1a07e59 Update messages in preparation for i18n by Nguyễn Thái Ngọc Duy · 7 years ago
  82. 3390e42 fetch-pack: support negotiation tip whitelist by Jonathan Tan · 7 years ago
  83. cf1e7c0 fetch-pack: write shallow, then check connectivity by Jonathan Tan · 7 years ago
  84. 989b8c4 fetch-pack: put shallow info in output parameter by Brandon Williams · 7 years ago
  85. e12cbea Merge branch 'bw/ref-prefix-for-configured-refspec' by Junio C Hamano · 7 years ago
  86. 50f08db Merge branch 'js/use-bug-macro' by Junio C Hamano · 7 years ago
  87. 41267e9 Merge branch 'bw/server-options' by Junio C Hamano · 7 years ago
  88. 6373cb5 refspec: consolidate ref-prefix generation logic by Brandon Williams · 7 years ago
  89. 60fba4b submodule: convert push_unpushed_submodules to take a struct refspec by Brandon Williams · 7 years ago
  90. afb1aed remote: convert check_push_refs to take a struct refspec by Brandon Williams · 7 years ago
  91. 5c7ec84 remote: convert match_push_refs to take a struct refspec by Brandon Williams · 7 years ago
  92. 7a78a82 transport: remove transport_verify_remote_names by Brandon Williams · 7 years ago
  93. 306f22d transport: convert transport_push to take a struct refspec by Brandon Williams · 7 years ago
  94. e03c4e0 transport: convert transport_push to use struct refspec by Brandon Williams · 7 years ago
  95. 0ad4a5f refspec: rename struct refspec to struct refspec_item by Brandon Williams · 7 years ago
  96. ec0cb49 refspec: move refspec parsing logic into its own file by Brandon Williams · 7 years ago
  97. a56fb3d Merge branch 'js/colored-push-errors' by Junio C Hamano · 7 years ago
  98. 9bfa0f9 Merge branch 'bw/protocol-v2' by Junio C Hamano · 7 years ago
  99. 033abf9 Replace all die("BUG: ...") calls by BUG() ones by Johannes Schindelin · 7 years ago
  100. 5e3548e fetch: send server options when using protocol v2 by Brandon Williams · 7 years ago