1. 2d103c3 pack-protocol.txt: accept error packets in any context by Masaya Suzuki · 6 years ago
  2. fc0df93 Merge branch 'rs/opt-updates' by Junio C Hamano · 7 years ago
  3. bbc072f parseopt: group literal string alternatives in argument help by René Scharfe · 7 years ago
  4. 8963bb0 Merge branch 'rs/parse-opt-lithelp' by Junio C Hamano · 7 years ago
  5. 5f0df44 parse-options: automatically infer PARSE_OPT_LITERAL_ARGHELP by René Scharfe · 7 years ago
  6. 1758abe send-pack: specify --force-with-lease argument help explicitly by René Scharfe · 7 years ago
  7. 8d3661d Merge branch 'ms/send-pack-honor-config' by Junio C Hamano · 7 years ago
  8. d067d98 builtin/send-pack: populate the default configs by Masaya Suzuki · 7 years ago
  9. 5c7ec84 remote: convert match_push_refs to take a struct refspec by Brandon Williams · 7 years ago
  10. 7a78a82 transport: remove transport_verify_remote_names by Brandon Williams · 7 years ago
  11. 168dba6 send-pack: store refspecs in a struct refspec by Brandon Williams · 7 years ago
  12. 8f6982b protocol: introduce enum protocol_version value protocol_v2 by Brandon Williams · 7 years ago
  13. ad6ac12 connect: discover protocol version outside of get_remote_heads by Brandon Williams · 7 years ago
  14. bdfcdef Merge branch 'ma/parse-maybe-bool' by Junio C Hamano · 8 years ago
  15. 8957661 treewide: deprecate git_config_maybe_bool, use git_parse_maybe_bool by Martin Ågren · 8 years ago
  16. b2141fc config: don't include config.h by default by Brandon Williams · 8 years ago
  17. b1081e4 Merge branch 'bc/object-id' by Junio C Hamano · 8 years ago
  18. 910650d Rename sha1_array to oid_array by brian m. carlson · 8 years ago
  19. 511155d remote-curl: allow push options by Brandon Williams · 8 years ago
  20. 5250af4 Merge branch 'sk/send-pack-all-fix' by Junio C Hamano · 9 years ago
  21. c677756 git-send-pack: fix --all option when used with directory by Stanislav Kolotinskiy · 9 years ago
  22. 933bea9 send-pack: read list of refs with strbuf_getline() by Junio C Hamano · 9 years ago
  23. 8f309ae strbuf: introduce strbuf_getline_{lf,nul}() by Junio C Hamano · 9 years ago
  24. 68c757f push: add a config option push.gpgSign for default signed pushes by Dave Borowitz · 10 years ago
  25. 3026109 push: support signing pushes iff the server supports it by Dave Borowitz · 10 years ago
  26. 068c77a builtin/send-pack.c: use parse_options API by Dave Borowitz · 10 years ago
  27. d830d39 builtin/send-pack.c: respect user.signingkey by Junio C Hamano · 10 years ago
  28. 4ff17f1 send-pack.c: add --atomic command line argument by Ronnie Sahlberg · 10 years ago
  29. fb06b52 Merge branch 'jc/push-cert' by Junio C Hamano · 10 years ago
  30. 0ea47f9 signed push: teach smart-HTTP to pass "git push --signed" around by Junio C Hamano · 10 years ago
  31. 26be19b send-pack: take refspecs over stdin by Jeff King · 11 years ago
  32. 92251b1 Merge branch 'nd/shallow-clone' by Junio C Hamano · 11 years ago
  33. f2c681c send-pack: support pushing from a shallow clone via http by Nguyễn Thái Ngọc Duy · 11 years ago
  34. b016918 send-pack: support pushing to a shallow clone by Nguyễn Thái Ngọc Duy · 11 years ago
  35. 5dbd767 receive/send-pack: support pushing from a shallow clone by Nguyễn Thái Ngọc Duy · 11 years ago
  36. b06dcd7 connect.c: teach get_remote_heads to parse "shallow" lines by Nguyễn Thái Ngọc Duy · 11 years ago
  37. 0b854bc send-pack: forbid pushing from a shallow repository by Nguyễn Thái Ngọc Duy · 11 years ago
  38. 13eb462 remote.h: replace struct extra_have_objects with struct sha1_array by Nguyễn Thái Ngọc Duy · 11 years ago
  39. 5955654 replace {pre,suf}fixcmp() with {starts,ends}_with() by Christian Couder · 11 years ago
  40. 77aa934 send-pack: fix parsing of --force-with-lease option by Junio C Hamano · 12 years ago
  41. 631b5ef push --force-with-lease: tie it all together by Junio C Hamano · 12 years ago
  42. 91048a9 push --force-with-lease: implement logic to populate old_sha1_expect[] by Junio C Hamano · 12 years ago
  43. 28f5d17 remote.c: add command line option parser for "--force-with-lease" by Junio C Hamano · 12 years ago
  44. 47a5918 cache.h: move remote/connect API out of it by Junio C Hamano · 12 years ago
  45. 85edf4f teach get_remote_heads to read from a memory buffer by Jeff King · 12 years ago
  46. cdf4fb8 pkt-line: drop safe_write function by Jeff King · 12 years ago
  47. 75e5c0d push: introduce REJECT_FETCH_FIRST and REJECT_NEEDS_FORCE by Junio C Hamano · 12 years ago
  48. dbfeddb push: require force for refs under refs/tags/ by Chris Rorvick · 12 years ago
  49. 10643d4 push: return reject reasons as a bitset by Chris Rorvick · 12 years ago
  50. f5d942e send-pack: move core code to libgit.a by Nguyễn Thái Ngọc Duy · 12 years ago
  51. d50c387 do not send client agent unless server does first by Jeff King · 13 years ago
  52. ca8e127 send-pack: fix capability-sending logic by Jeff King · 13 years ago
  53. ff5effd include agent identifier in capability string by Jeff King · 13 years ago
  54. 391b1f2 teach send-pack about --[no-]progress by Jeff King · 13 years ago
  55. 8d32e60 send-pack: show progress when isatty(2) by Jeff King · 13 years ago
  56. 01fdc21 push/fetch/clone --no-progress suppresses progress output by Clemens Buchacher · 13 years ago
  57. c207e34 fix push --quiet: add 'quiet' capability to receive-pack by Clemens Buchacher · 13 years ago
  58. afe7c5f drop "match" parameter from get_remote_heads by Jeff King · 13 years ago
  59. 29753cd rename "match_refs()" to "match_push_refs()" by Junio C Hamano · 13 years ago
  60. e6bcd97 send-pack: typofix error message by Junio C Hamano · 13 years ago
  61. 5a277f3 Revert "Merge branch 'cb/maint-quiet-push' into maint" by Junio C Hamano · 13 years ago
  62. 90a6c7d propagate --quiet to send-pack/receive-pack by Clemens Buchacher · 14 years ago
  63. a66fae3 Merge branch 'jk/git-connection-deadlock-fix' by Junio C Hamano · 14 years ago
  64. 5c359a6 Merge branch 'js/maint-send-pack-stateless-rpc-deadlock-fix' by Junio C Hamano · 14 years ago
  65. e9c1a3a Merge branch 'js/maint-send-pack-stateless-rpc-deadlock-fix' by Junio C Hamano · 14 years ago
  66. c2e86ad Fix sparse warnings by Stephen Boyd · 14 years ago
  67. 0510480 Merge branch 'jk/push-progress' by Junio C Hamano · 14 years ago
  68. d7c411b push: pass --progress down to git-pack-objects by Jeff King · 14 years ago
  69. 64f003a send-pack: avoid redundant "pack-objects died with strange error" by Jonathan Nieder · 14 years ago
  70. 66bce02 Merge branch 'ld/push-porcelain' by Junio C Hamano · 15 years ago
  71. 2e0e8b6 Merge branch 'lt/deepen-builtin-source' by Junio C Hamano · 15 years ago
  72. 81b50f3 Move 'builtin-*' into a 'builtin/' subdirectory by Linus Torvalds · 15 years ago[Renamed from builtin-send-pack.c]
  73. 76d44c8 Merge branch 'sp/maint-push-sideband' into sp/push-sideband by Junio C Hamano · 15 years ago
  74. 0c499ea send-pack: demultiplex a sideband stream with status data by Shawn O. Pearce · 15 years ago
  75. 20e8b46 refactor ref status logic for pushing by Tay Ray Chuan · 15 years ago
  76. 75a7ea2 Merge branch 'maint' by Junio C Hamano · 15 years ago
  77. 4f36627 pack-objects: split implications of --all-progress from progress activation by Nicolas Pitre · 15 years ago
  78. 905bf77 Merge branch 'sp/smart-http' by Junio C Hamano · 15 years ago
  79. de1a2fd Smart push over HTTP: client side by Shawn O. Pearce · 15 years ago
  80. a75d7b5 Use 'fast-forward' all over the place by Felipe Contreras · 15 years ago
  81. 1207032 transport: pass "quiet" flag to pack-objects by Jeff King · 16 years ago
  82. dd787c1 Merge branch 'tr/die_errno' by Junio C Hamano · 16 years ago
  83. d824cbb Convert existing die(..., strerror(errno)) to die_errno() by Thomas Rast · 16 years ago
  84. 57c57a9 Merge branch 'cb/match_refs_internal_tail' by Junio C Hamano · 16 years ago
  85. 6d2bf96 match_refs: search ref list tail internally by Clemens Buchacher · 16 years ago
  86. 44ee247 Merge branch 'fc/decorate-tag' by Junio C Hamano · 16 years ago
  87. 4577e48 Change prettify_ref to prettify_refname by Felipe Contreras · 16 years ago
  88. b74fce1 allow OFS_DELTA objects during a push by Nicolas Pitre · 16 years ago
  89. 6828f72 builtin-send-pack.c: avoid empty structure initialization by Brandon Casey · 16 years ago
  90. 64fcef2 Move push matching and reporting logic into transport.c by Daniel Barkalow · 16 years ago
  91. a9c37a7 Use a common function to get the pretty name of refs by Daniel Barkalow · 16 years ago
  92. ec8452d move duplicated ref_newer() to remote.c by Jay Soffian · 16 years ago
  93. 454e202 move duplicated get_local_heads() to remote.c by Jay Soffian · 16 years ago
  94. 02322e1 send-pack: do not send unknown object name from ".have" to pack-objects by Junio C Hamano · 16 years ago
  95. bc9c024 Merge branch 'maint' by Junio C Hamano · 16 years ago
  96. 832e719 Merge branch 'cb/maint-update-ref-fix' into maint by Junio C Hamano · 16 years ago
  97. 3b8572a Merge branch 'mv/maint-branch-m-symref' into maint by Junio C Hamano · 16 years ago
  98. 16ed2f4 push: fix local refs update if already up-to-date by Clemens Buchacher · 16 years ago
  99. efcce2e Merge branch 'mv/maint-branch-m-symref' by Junio C Hamano · 16 years ago
  100. aebd173 Merge branch 'maint' by Junio C Hamano · 16 years ago