1. 2a983b2 Merge branch 'mh/import-transport-fd-fix' by Junio C Hamano · 6 years ago
  2. 8b35542 dup() the input fd for fast-import used for remote helpers by Mike Hommey · 6 years ago
  3. abd81a3 trace2:data: add trace2 transport child classification by Jeff Hostetler · 6 years ago
  4. 073312b Merge branch 'js/filter-options-should-use-plain-int' by Junio C Hamano · 6 years ago
  5. 9f2eba2 Merge branch 'rb/hpe' by Junio C Hamano · 6 years ago
  6. 87c2d9d filter-options: expand scaled numbers by Josh Steadmon · 6 years ago
  7. d4c8136 transport-helper: drop read/write errno checks by Jeff King · 7 years ago
  8. c14e5a1 transport-helper: use xread instead of read by Randall S. Becker · 6 years ago
  9. 3b33576 style: the opening '{' of a function is in a separate line by Nguyễn Thái Ngọc Duy · 6 years ago
  10. 9ec8af6 Merge branch 'nd/n18n-fix' by Junio C Hamano · 6 years ago
  11. 739fb71 transport-helper.c: do not translate a string twice by Nguyễn Thái Ngọc Duy · 6 years ago
  12. 6ab4055 transport: list refs before fetch if necessary by Jonathan Tan · 6 years ago
  13. b160b6e Merge branch 'jt/connectivity-check-after-unshallow' by Junio C Hamano · 7 years ago
  14. 4bea848 Merge branch 'nd/i18n' by Junio C Hamano · 7 years ago
  15. 30bf8d9 Merge branch 'jt/fetch-nego-tip' by Junio C Hamano · 7 years ago
  16. e2842b3 fetch-pack: unify ref in and out param by Jonathan Tan · 7 years ago
  17. 6b5b309 transport-helper.c: mark more strings for translation by Nguyễn Thái Ngọc Duy · 7 years ago
  18. 1a07e59 Update messages in preparation for i18n by Nguyễn Thái Ngọc Duy · 7 years ago
  19. 3390e42 fetch-pack: support negotiation tip whitelist by Jonathan Tan · 7 years ago
  20. 989b8c4 fetch-pack: put shallow info in output parameter by Brandon Williams · 7 years ago
  21. d000414 remote: convert apply_refspecs to take a struct refspec by Brandon Williams · 7 years ago
  22. 57f32ac transport-helper: convert to use struct refspec by Brandon Williams · 7 years ago
  23. 0ad4a5f refspec: rename struct refspec to struct refspec_item by Brandon Williams · 7 years ago
  24. ec0cb49 refspec: move refspec parsing logic into its own file by Brandon Williams · 7 years ago
  25. 9bfa0f9 Merge branch 'bw/protocol-v2' by Junio C Hamano · 7 years ago
  26. edc9caf transport-helper: introduce stateless-connect by Brandon Williams · 7 years ago
  27. 176e85c transport-helper: refactor process_connect_service by Brandon Williams · 7 years ago
  28. b1c2edf transport-helper: remove name parameter by Brandon Williams · 7 years ago
  29. 834cf34 transport: convert get_refs_list to take a list of ref prefixes by Brandon Williams · 7 years ago
  30. 6bed209 Merge branch 'jh/partial-clone' by Junio C Hamano · 7 years ago
  31. 2546de2 Merge branch 'jt/transport-hide-vtable' by Junio C Hamano · 7 years ago
  32. 54b1335 Merge branch 'rs/fmt-merge-msg-leakfix' by Junio C Hamano · 7 years ago
  33. e967ca3 transport: make transport vtable more private by Jonathan Tan · 7 years ago
  34. 176cb97 transport-helper: plug strbuf and string_list leaks by René Scharfe · 7 years ago
  35. 640d8b7 fetch-pack, index-pack, transport: partial clone by Jeff Hostetler · 7 years ago
  36. 49e6147 refs: convert resolve_ref_unsafe to struct object_id by brian m. carlson · 7 years ago
  37. 34c290a refs: convert read_ref and read_ref_full to object_id by brian m. carlson · 7 years ago
  38. ae07777 refs: convert update_ref and refs_update_ref to use struct object_id by brian m. carlson · 7 years ago
  39. c50424a Merge branch 'jk/write-in-full-fix' by Junio C Hamano · 7 years ago
  40. d811ba1 Merge branch 'rs/strbuf-leakfix' by Junio C Hamano · 7 years ago
  41. 06f46f2 avoid "write_in_full(fd, buf, len) != len" pattern by Jeff King · 8 years ago
  42. a48ce37 Merge branch 'ma/ts-cleanups' by Junio C Hamano · 8 years ago
  43. 4168be8 transport-helper: release strbuf after use in process_connect_service() by Rene Scharfe · 8 years ago
  44. 6cdf8a7 ThreadSanitizer: add suppressions by Martin Ågren · 8 years ago
  45. e82caf3 sha1_name: convert get_sha1* to get_oid* by brian m. carlson · 8 years ago
  46. 6a83d90 coccinelle: make use of the "type" FREE_AND_NULL() rule by Ævar Arnfjörð Bjarmason · 8 years ago
  47. 8c5acfb transport-helper: replace checked snprintf with xsnprintf by Jeff King · 8 years ago
  48. ace83dc Merge branch 'jn/remote-helpers-with-git-dir' by Junio C Hamano · 8 years ago
  49. 4b0c3c7 remote helpers: avoid blind fall-back to ".git" when setting GIT_DIR by Jonathan Nieder · 8 years ago
  50. 438fc68 push options: pass push options to the transport helper by Stefan Beller · 8 years ago
  51. a460ea4 Merge branch 'nd/shallow-deepen' by Junio C Hamano · 8 years ago
  52. 2e3a16b Spelling fixes by Ville Skyttä · 9 years ago
  53. 3c5077f i18n: transport-helper.c: change N_() call to _() by Vasco Almeida · 9 years ago
  54. cccf74e fetch, upload-pack: --deepen=N extends shallow boundary by N commits by Nguyễn Thái Ngọc Duy · 9 years ago
  55. a45a260 fetch: define shallow boundary with --shallow-exclude by Nguyễn Thái Ngọc Duy · 9 years ago
  56. 9318c5d transport-helper.c: refactor set_helper_option() by Nguyễn Thái Ngọc Duy · 9 years ago
  57. 40cfc95 Merge branch 'nd/error-errno' by Junio C Hamano · 9 years ago
  58. 1fee1dc transport-helper.c: use error_errno() by Nguyễn Thái Ngọc Duy · 9 years ago
  59. 832c0e5 typofix: assorted typofixes in comments, documentation and messages by Li Peng · 9 years ago
  60. e84d5e9 Merge branch 'ew/force-ipv4' by Junio C Hamano · 9 years ago
  61. c915f11 connect & http: support -4 and -6 switches for remote operations by Eric Wong · 9 years ago
  62. 692dfdf transport-helper: read helper response with strbuf_getline() by Junio C Hamano · 9 years ago
  63. 1a0c8df strbuf: give strbuf_getline() to the "most text friendly" variant by Junio C Hamano · 9 years ago
  64. 8f309ae strbuf: introduce strbuf_getline_{lf,nul}() by Junio C Hamano · 9 years ago
  65. 27912a0 push_refs_with_export: convert to struct object_id by brian m. carlson · 9 years ago
  66. f4e54d0 Convert struct ref to use object_id. by brian m. carlson · 9 years ago
  67. 3adc4ec Sync with v2.5.4 by Junio C Hamano · 9 years ago
  68. 11a458b Sync with 2.4.10 by Junio C Hamano · 9 years ago
  69. 6343e2f Sync with 2.3.10 by Junio C Hamano · 9 years ago
  70. a5adace transport: add a protocol-whitelist environment variable by Jeff King · 9 years ago
  71. b21089d Merge branch 'db/push-sign-if-asked' by Junio C Hamano · 10 years ago
  72. 3026109 push: support signing pushes iff the server supports it by Dave Borowitz · 10 years ago
  73. ae25fd3 transport-helper: die on errors reading refs. by Stefan Beller · 10 years ago
  74. b1cffbf Merge branch 'jc/push-cert' into maint by Junio C Hamano · 10 years ago
  75. 6db0497 Merge branch 'mh/deref-symref-over-helper-transport' into maint by Junio C Hamano · 10 years ago
  76. be94b33 Merge branch 'mh/transport-capabilities' by Junio C Hamano · 10 years ago
  77. a75c663 Merge branch 'dp/remove-duplicated-header-inclusion' by Junio C Hamano · 10 years ago
  78. 74f45df Merge branch 'jc/push-cert' by Junio C Hamano · 10 years ago
  79. 5d30851 do not include the same header twice by Дилян Палаузов · 10 years ago
  80. aab1beb transport-helper: ask the helper to set the same options for import as for fetch by Mike Hommey · 10 years ago
  81. 2879bc3 transport-helper: ask the helper to set progress and verbosity options after asking for its capabilities by Mike Hommey · 10 years ago
  82. 45917f0 transport-helper: fix typo in error message when --signed is not supported by Mike Hommey · 10 years ago
  83. 33cae54 transport-helper: do not request symbolic refs to remote helpers by Mike Hommey · 10 years ago
  84. 8828f29 use child_process_init() to initialize struct child_process variables by René Scharfe · 10 years ago
  85. 217610d Merge branch 'rs/run-command-env-array' by Junio C Hamano · 10 years ago
  86. a915459 use env_array member of struct child_process by René Scharfe · 10 years ago
  87. 7695d11 refs.c: change resolve_ref_unsafe reading argument to be a flags field by Ronnie Sahlberg · 11 years ago
  88. fb06b52 Merge branch 'jc/push-cert' by Junio C Hamano · 10 years ago
  89. 0ea47f9 signed push: teach smart-HTTP to pass "git push --signed" around by Junio C Hamano · 10 years ago
  90. 483bbd4 run-command: introduce child_process_init() by René Scharfe · 11 years ago
  91. 21a2d4a transport-helper: avoid reading past end-of-string by Jeff King · 11 years ago
  92. c9fc3a6 Merge branch 'fc/remote-helper-refmap' by Junio C Hamano · 11 years ago
  93. a634a6d Merge branch 'bg/xcalloc-nmemb-then-size' by Junio C Hamano · 11 years ago
  94. 92e25b6 transport-helper.c: rearrange xcalloc arguments by Brian Gesiak · 11 years ago
  95. b2c851a Revert "Merge branch 'jc/graduate-remote-hg-bzr' (early part)" by Junio C Hamano · 11 years ago
  96. 10e1fee Revert "Merge branch 'fc/transport-helper-sync-error-fix'" by Junio C Hamano · 11 years ago
  97. 173fd1a get_importer: use run-command's internal argv_array by Jeff King · 11 years ago
  98. 2aeae40 get_exporter: use argv_array by Jeff King · 11 years ago
  99. e0ab2ac get_helper: use run-command's internal argv_array by Jeff King · 11 years ago
  100. e143ef4 transport-helper: remove unnecessary strbuf resets by Felipe Contreras · 11 years ago