1. da9502f treewide: remove unnecessary includes for wrapper.h by Calvin Wan · 1 year, 6 months ago
  2. df6e874 diff.h: remove unnecessary include of oidset.h by Elijah Newren · 1 year, 8 months ago
  3. e93fc5d treewide: remove cache.h inclusion due to object-name.h changes by Elijah Newren · 1 year, 9 months ago
  4. dabab1d object-name.h: move declarations for object-name.c functions from cache.h by Elijah Newren · 1 year, 9 months ago
  5. e7dca80 Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-cache-h by Junio C Hamano · 1 year, 9 months ago
  6. d850b7a cocci: apply the "cache.h" part of "the_repository.pending" by Ævar Arnfjörð Bjarmason · 1 year, 10 months ago
  7. 32a8f51 environment.h: move declarations for environment.c functions from cache.h by Elijah Newren · 1 year, 10 months ago
  8. d5ebb50 wrapper.h: move declarations for wrapper.c functions from cache.h by Elijah Newren · 1 year, 10 months ago
  9. f394e09 treewide: be explicit about dependence on gettext.h by Elijah Newren · 1 year, 10 months ago
  10. 41771fa cache.h: remove dependence on hex.h; make other files include it explicitly by Elijah Newren · 1 year, 11 months ago
  11. 0cfde74 clone: request the 'bundle-uri' command when available by Ævar Arnfjörð Bjarmason · 2 years, 1 month ago
  12. 2a01bde list-objects-filter: add and use initializers by Jeff King · 2 years, 4 months ago
  13. 29fda24 run-command API: rename "env_array" to "env" by Ævar Arnfjörð Bjarmason · 2 years, 7 months ago
  14. 3c7bab0 fetch: add --refetch option by Robert Coup · 2 years, 10 months ago
  15. 735907b Merge branch 'jk/http-push-status-fix' by Junio C Hamano · 3 years, 2 months ago
  16. c5c3486 transport-helper: recognize "expecting report" error from send-pack by Jeff King · 3 years, 3 months ago
  17. 1fd8822 transport: use designated initializers by Ævar Arnfjörð Bjarmason · 3 years, 5 months ago
  18. 9b1cdd3 transport: rename "fetch" in transport_vtable to "fetch_refs" by Ævar Arnfjörð Bjarmason · 3 years, 5 months ago
  19. 9c1e657 fetch: teach independent negotiation (no packfile) by Jonathan Tan · 3 years, 8 months ago
  20. ca56dad use CALLOC_ARRAY by René Scharfe · 3 years, 10 months ago
  21. 3983540 connect, transport: encapsulate arg in struct by Jonathan Tan · 4 years ago
  22. 3b990aa push: parse and set flag for "--force-if-includes" by Srinidhi Kaushik · 4 years, 3 months ago
  23. 99a1f9a push: add reflog check for "--force-if-includes" by Srinidhi Kaushik · 4 years, 3 months ago
  24. 6c430a6 Merge branch 'jx/proc-receive-hook' by Junio C Hamano · 4 years, 4 months ago
  25. 63518a5 New capability "report-status-v2" for git-push by Jiang Xin · 4 years, 5 months ago
  26. 675df19 transport-helper: do not run git-remote-ext etc. in dashed form by Junio C Hamano · 4 years, 5 months ago
  27. d70a9eb strvec: rename struct fields by Jeff King · 4 years, 6 months ago
  28. f6d8942 strvec: fix indentation in renamed calls by Jeff King · 4 years, 6 months ago
  29. c972bf4 strvec: convert remaining callers away from argv_array name by Jeff King · 4 years, 6 months ago
  30. dbbcd44 strvec: rename files from argv-array to strvec by Jeff King · 4 years, 6 months ago
  31. 11cbda2 Merge branch 'js/default-branch-name' by Junio C Hamano · 4 years, 6 months ago
  32. 1221085 Merge branch 'bc/sha-256-part-2' by Junio C Hamano · 4 years, 6 months ago
  33. 4d04658 send-pack/transport-helper: avoid mentioning a particular branch by Johannes Schindelin · 4 years, 7 months ago
  34. 9da69a6 fetch-pack: support more than one pack lockfile by Jonathan Tan · 4 years, 7 months ago
  35. 8b85ee4 transport-helper: implement object-format extensions by brian m. carlson · 4 years, 8 months ago
  36. dfe1b7f transport-helper: new method reject_atomic_push() by Jiang Xin · 4 years, 9 months ago
  37. f38b168 transport-helper: mark failure for atomic push by Jiang Xin · 4 years, 9 months ago
  38. 145136a C: use skip_prefix() to avoid hardcoded string length by Junio C Hamano · 5 years ago
  39. 67af91c Sync with 2.23.1 by Johannes Schindelin · 5 years ago
  40. 5421ddd Sync with 2.21.1 by Johannes Schindelin · 5 years ago
  41. fc346cb Sync with 2.20.2 by Johannes Schindelin · 5 years ago
  42. d851d94 Sync with 2.19.3 by Johannes Schindelin · 5 years ago
  43. 7c9fbda Sync with 2.18.2 by Johannes Schindelin · 5 years ago
  44. 14af7ed Sync with 2.17.3 by Johannes Schindelin · 5 years ago
  45. bdfef04 Sync with 2.16.6 by Johannes Schindelin · 5 years ago
  46. 9ac92fe Sync with 2.15.4 by Johannes Schindelin · 5 years ago
  47. d3ac8c3 Sync with 2.14.6 by Johannes Schindelin · 5 years ago
  48. 68061e3 fast-import: disallow "feature export-marks" by default by Jeff King · 5 years ago
  49. d45d771 Merge branch 'bc/smart-http-atomic-push' by Junio C Hamano · 5 years ago
  50. 6f11942 remote-curl: pass on atomic capability to remote side by brian m. carlson · 5 years ago
  51. f67bf53 Merge branch 'jt/avoid-ls-refs-with-http' by Junio C Hamano · 5 years ago
  52. 627b826 Merge branch 'md/list-objects-filter-combo' by Junio C Hamano · 5 years ago
  53. fddf2eb transport: teach all vtables to allow fetch first by Jonathan Tan · 5 years ago
  54. ac3fda8 transport-helper: skip ls-refs if unnecessary by Jonathan Tan · 5 years ago
  55. 1a27b78 Merge branch 'es/local-atomic-push-failure-with-http' into maint by Junio C Hamano · 5 years ago
  56. dae2954 Merge branch 'mh/import-transport-fd-fix' into maint by Junio C Hamano · 5 years ago
  57. f87ee7f Merge branch 'es/local-atomic-push-failure-with-http' by Junio C Hamano · 5 years ago
  58. 3bca1e7 transport-helper: enforce atomic in push_refs_with_push by Emily Shaffer · 6 years ago
  59. cf9ceb5 list-objects-filter-options: make filter_spec a string_list by Matthew DeVore · 6 years ago
  60. 2a983b2 Merge branch 'mh/import-transport-fd-fix' by Junio C Hamano · 6 years ago
  61. 8b35542 dup() the input fd for fast-import used for remote helpers by Mike Hommey · 6 years ago
  62. abd81a3 trace2:data: add trace2 transport child classification by Jeff Hostetler · 6 years ago
  63. 073312b Merge branch 'js/filter-options-should-use-plain-int' by Junio C Hamano · 6 years ago
  64. 9f2eba2 Merge branch 'rb/hpe' by Junio C Hamano · 6 years ago
  65. 87c2d9d filter-options: expand scaled numbers by Josh Steadmon · 6 years ago
  66. d4c8136 transport-helper: drop read/write errno checks by Jeff King · 7 years ago
  67. c14e5a1 transport-helper: use xread instead of read by Randall S. Becker · 6 years ago
  68. 3b33576 style: the opening '{' of a function is in a separate line by Nguyễn Thái Ngọc Duy · 6 years ago
  69. 9ec8af6 Merge branch 'nd/n18n-fix' by Junio C Hamano · 6 years ago
  70. 739fb71 transport-helper.c: do not translate a string twice by Nguyễn Thái Ngọc Duy · 6 years ago
  71. 6ab4055 transport: list refs before fetch if necessary by Jonathan Tan · 6 years ago
  72. b160b6e Merge branch 'jt/connectivity-check-after-unshallow' by Junio C Hamano · 6 years ago
  73. 4bea848 Merge branch 'nd/i18n' by Junio C Hamano · 6 years ago
  74. 30bf8d9 Merge branch 'jt/fetch-nego-tip' by Junio C Hamano · 6 years ago
  75. e2842b3 fetch-pack: unify ref in and out param by Jonathan Tan · 6 years ago
  76. 6b5b309 transport-helper.c: mark more strings for translation by Nguyễn Thái Ngọc Duy · 6 years ago
  77. 1a07e59 Update messages in preparation for i18n by Nguyễn Thái Ngọc Duy · 6 years ago
  78. 3390e42 fetch-pack: support negotiation tip whitelist by Jonathan Tan · 7 years ago
  79. 989b8c4 fetch-pack: put shallow info in output parameter by Brandon Williams · 7 years ago
  80. d000414 remote: convert apply_refspecs to take a struct refspec by Brandon Williams · 7 years ago
  81. 57f32ac transport-helper: convert to use struct refspec by Brandon Williams · 7 years ago
  82. 0ad4a5f refspec: rename struct refspec to struct refspec_item by Brandon Williams · 7 years ago
  83. ec0cb49 refspec: move refspec parsing logic into its own file by Brandon Williams · 7 years ago
  84. 9bfa0f9 Merge branch 'bw/protocol-v2' by Junio C Hamano · 7 years ago
  85. edc9caf transport-helper: introduce stateless-connect by Brandon Williams · 7 years ago
  86. 176e85c transport-helper: refactor process_connect_service by Brandon Williams · 7 years ago
  87. b1c2edf transport-helper: remove name parameter by Brandon Williams · 7 years ago
  88. 834cf34 transport: convert get_refs_list to take a list of ref prefixes by Brandon Williams · 7 years ago
  89. 6bed209 Merge branch 'jh/partial-clone' by Junio C Hamano · 7 years ago
  90. 2546de2 Merge branch 'jt/transport-hide-vtable' by Junio C Hamano · 7 years ago
  91. 54b1335 Merge branch 'rs/fmt-merge-msg-leakfix' by Junio C Hamano · 7 years ago
  92. e967ca3 transport: make transport vtable more private by Jonathan Tan · 7 years ago
  93. 176cb97 transport-helper: plug strbuf and string_list leaks by René Scharfe · 7 years ago
  94. 640d8b7 fetch-pack, index-pack, transport: partial clone by Jeff Hostetler · 7 years ago
  95. 96c6bb5 Merge branch 'jk/write-in-full-fix' into maint by Junio C Hamano · 7 years ago
  96. 49e6147 refs: convert resolve_ref_unsafe to struct object_id by brian m. carlson · 7 years ago
  97. 34c290a refs: convert read_ref and read_ref_full to object_id by brian m. carlson · 7 years ago
  98. ae07777 refs: convert update_ref and refs_update_ref to use struct object_id by brian m. carlson · 7 years ago
  99. c50424a Merge branch 'jk/write-in-full-fix' by Junio C Hamano · 7 years ago
  100. d811ba1 Merge branch 'rs/strbuf-leakfix' by Junio C Hamano · 7 years ago