1. cba595a Merge branch 'jk/loose-object-cache-oid' by Junio C Hamano · 6 years ago
  2. 98374a0 convert has_sha1_file() callers to has_object_file() by Jeff King · 6 years ago
  3. 2d103c3 pack-protocol.txt: accept error packets in any context by Masaya Suzuki · 6 years ago
  4. 01f9ec6 Use packet_reader instead of packet_read_line by Masaya Suzuki · 6 years ago
  5. c0e40a2 send-pack.c: move async's #ifdef NO_PTHREADS back to run-command.c by Nguyễn Thái Ngọc Duy · 6 years ago
  6. c881348 shallow: add repository argument to is_repository_shallow by Stefan Beller · 7 years ago
  7. cbd53a2 object-store: move object access functions to object-store.h by Stefan Beller · 7 years ago
  8. 246d740 send-pack: convert remaining functions to struct object_id by brian m. carlson · 7 years ago
  9. bb1356d always check for NULL return from packet_read_line() by Jon Simons · 7 years ago
  10. a923e05 send-pack: use internal argv_array of struct child_process by René Scharfe · 7 years ago
  11. 1cf01a3 consistently use "fallthrough" comments in switches by Jeff King · 7 years ago
  12. 872d651 send-pack: release strbuf on error return in send_pack() by Rene Scharfe · 8 years ago
  13. 6412757 Spelling fixes by Ville Skyttä · 8 years ago
  14. b2141fc config: don't include config.h by default by Brandon Williams · 8 years ago
  15. b1081e4 Merge branch 'bc/object-id' by Junio C Hamano · 8 years ago
  16. 910650d Rename sha1_array to oid_array by brian m. carlson · 8 years ago
  17. ee3051b sha1-array: convert internal storage for struct sha1_array to object_id by brian m. carlson · 8 years ago
  18. 4e87565 Merge branch 'sb/push-options-via-transport' by Junio C Hamano · 8 years ago
  19. eb7b974 send-pack: send push options correctly in stateless-rpc case by Brandon Williams · 8 years ago
  20. d1a13d3 send-pack: report signal death of pack-objects by Jeff King · 8 years ago
  21. ba69f92 send-pack: read "unpack" status even on pack-objects failure by Jeff King · 8 years ago
  22. 40d05d0 send-pack: improve unpack-status error messages by Jeff King · 8 years ago
  23. f7cd74d send-pack: use skip_prefix for parsing unpack status by Jeff King · 8 years ago
  24. 7c39df2 send-pack: extract parsing of "unpack" response by Jeff King · 8 years ago
  25. 13092a9 cocci: refactor common patterns to use xstrdup_or_null() by Junio C Hamano · 8 years ago
  26. 940622b Merge branch 'rs/use-strbuf-addstr' by Junio C Hamano · 9 years ago
  27. 02962d3 use strbuf_addstr() for adding constant strings to a strbuf by René Scharfe · 9 years ago
  28. f6a4e61 push: accept push options by Stefan Beller · 9 years ago
  29. f0bca72 send-pack: use buffered I/O to talk to pack-objects by Jeff King · 9 years ago
  30. 3e8b06d send-pack: isolate sigpipe in demuxer thread by Jeff King · 9 years ago
  31. 739cf49 send-pack: close demux pipe before finishing async process by Jeff King · 9 years ago
  32. f4e54d0 Convert struct ref to use object_id. by brian m. carlson · 9 years ago
  33. b21089d Merge branch 'db/push-sign-if-asked' by Junio C Hamano · 10 years ago
  34. 3026109 push: support signing pushes iff the server supports it by Dave Borowitz · 10 years ago
  35. a916cb5 Merge branch 'bc/object-id' by Junio C Hamano · 10 years ago
  36. 268d5bc Merge branch 'jc/push-cert' by Junio C Hamano · 10 years ago
  37. 3c6151d Merge branch 'sb/atomic-push' by Junio C Hamano · 10 years ago
  38. afcb6ee push --signed: tighten what the receiving end can ask to sign by Junio C Hamano · 10 years ago
  39. c8b8f22 send-pack: unify error messages for unsupported capabilities by Ralf Thielow · 10 years ago
  40. 7683e2e commit: convert parts to struct object_id by brian m. carlson · 10 years ago
  41. 39fa611 Merge branch 'sb/atomic-push' by Junio C Hamano · 10 years ago
  42. 4ff17f1 send-pack.c: add --atomic command line argument by Ronnie Sahlberg · 10 years ago
  43. 7582e93 send-pack: rename ref_update_to_be_sent to check_to_send_update by Stefan Beller · 10 years ago
  44. 2dacf26 pack-objects: use --objects-edge-aggressive for shallow repos by brian m. carlson · 10 years ago
  45. fb06b52 Merge branch 'jc/push-cert' by Junio C Hamano · 10 years ago
  46. b89363e signed push: fortify against replay attacks by Junio C Hamano · 11 years ago
  47. 9be8916 signed push: add "pushee" header to push certificate by Junio C Hamano · 11 years ago
  48. 4adf569 signed push: remove duplicated protocol info by Junio C Hamano · 11 years ago
  49. 20a7558 send-pack: send feature request on push-cert packet by Junio C Hamano · 11 years ago
  50. a85b377 push: the beginning of "git push --signed" by Junio C Hamano · 11 years ago
  51. c67072b send-pack: clarify that cmds_sent is a boolean by Junio C Hamano · 11 years ago
  52. b783aa7 send-pack: refactor inspecting and resetting status and sending commands by Junio C Hamano · 11 years ago
  53. ab2b0c9 send-pack: rename "new_refs" to "need_pack_data" by Junio C Hamano · 11 years ago
  54. 887f353 send-pack: factor out capability string generation by Junio C Hamano · 11 years ago
  55. 64de20a send-pack: always send capabilities by Junio C Hamano · 11 years ago
  56. e40671a send-pack: refactor decision to send update per ref by Junio C Hamano · 11 years ago
  57. 621b059 send-pack: move REF_STATUS_REJECT_NODELETE logic a bit higher by Junio C Hamano · 11 years ago
  58. d318027 run-command: introduce CHILD_PROCESS_INIT by René Scharfe · 11 years ago
  59. 92251b1 Merge branch 'nd/shallow-clone' by Junio C Hamano · 11 years ago
  60. 16a2743 send-pack.c: mark a file-local function static by Ramsay Jones · 11 years ago
  61. ad70448 Merge branch 'cc/starts-n-ends-with' by Junio C Hamano · 11 years ago
  62. f2c681c send-pack: support pushing from a shallow clone via http by Nguyễn Thái Ngọc Duy · 11 years ago
  63. 5dbd767 receive/send-pack: support pushing from a shallow clone by Nguyễn Thái Ngọc Duy · 11 years ago
  64. 13eb462 remote.h: replace struct extra_have_objects with struct sha1_array by Nguyễn Thái Ngọc Duy · 11 years ago
  65. 5955654 replace {pre,suf}fixcmp() with {starts,ends}_with() by Christian Couder · 11 years ago
  66. 1ba98a7 send-pack: don't send a thin pack to a server which doesn't support it by Carlos Martín Nieto · 11 years ago
  67. 832ee79 Merge branch 'jl/pack-transfer-avoid-double-close' by Junio C Hamano · 11 years ago
  68. 37cb1dd Clear fd after closing to avoid double-close error by Jens Lindstrom · 11 years ago
  69. 631b5ef push --force-with-lease: tie it all together by Junio C Hamano · 12 years ago
  70. 47a5918 cache.h: move remote/connect API out of it by Junio C Hamano · 12 years ago
  71. 74543a0 pkt-line: provide a LARGE_PACKET_MAX static buffer by Jeff King · 12 years ago
  72. 819b929 pkt-line: teach packet_read_line to chomp newlines by Jeff King · 12 years ago
  73. cdf4fb8 pkt-line: drop safe_write function by Jeff King · 12 years ago
  74. 8f9e3e4 send-pack: prefer prefixcmp over memcmp in receive_status by Jeff King · 12 years ago
  75. 75e5c0d push: introduce REJECT_FETCH_FIRST and REJECT_NEEDS_FORCE by Junio C Hamano · 12 years ago
  76. dbfeddb push: require force for refs under refs/tags/ by Chris Rorvick · 12 years ago
  77. f5d942e send-pack: move core code to libgit.a by Nguyễn Thái Ngọc Duy · 12 years ago
  78. 96249c0 Build-in send-pack, with an API for other programs to call. by Daniel Barkalow · 17 years ago
  79. 4577370 Miscellaneous const changes and utilities by Daniel Barkalow · 17 years ago
  80. 4340a81 Merge branch 'js/forkexec' by Junio C Hamano · 17 years ago
  81. 7ae4dd0 Merge branch 'jk/send-pack' into HEAD by Junio C Hamano · 17 years ago
  82. d90a7fd Merge branch 'db/fetch-pack' by Junio C Hamano · 17 years ago
  83. 98158e9 Change git_connect() to return a struct child_process instead of a pid_t. by Johannes Sixt · 17 years ago
  84. 334f483 send-pack: don't update tracking refs on error by Jeff King · 17 years ago
  85. 317efa6 Merge branch 'maint' by Shawn O. Pearce · 17 years ago
  86. 7e23b06 helpful error message when send-pack finds no refs in common. by Andrew Clausen · 17 years ago
  87. 2e13e5d Merge branch 'master' into db/fetch-pack by Shawn O. Pearce · 17 years ago
  88. a63103a Add a --dry-run option to git-send-pack. by Brian Ewins · 17 years ago
  89. 28b91f8 Rename remote.uri to remote.url within remote handling internals by Shawn O. Pearce · 17 years ago
  90. 3d9f037 Function for updating refs. by Carlos Rica · 18 years ago
  91. b42f692 Add for_each_remote() function, and extend remote_find_tracking() by Johannes Schindelin · 18 years ago
  92. 8558fd9 Move refspec pattern matching to match_refs(). by Daniel Barkalow · 18 years ago
  93. b516968 Update local tracking refs when pushing by Daniel Barkalow · 18 years ago
  94. 6b62816 Move refspec parser from connect.c and cache.h to remote.{c,h} by Daniel Barkalow · 18 years ago
  95. 7841ce7 connect: display connection progress by Michael S. Tsirkin · 18 years ago
  96. 38b1c66 Use run_command within send-pack by Shawn O. Pearce · 18 years ago
  97. cc44c76 Mechanical conversion to use prefixcmp() by Junio C Hamano · 18 years ago
  98. f830641 Add a missing fork() error check. by Johannes Sixt · 18 years ago
  99. d23842f rename --exec to --receive-pack for push and send-pack by Uwe Kleine-König · 18 years ago
  100. 18bd882 Update documentation of fetch-pack, push and send-pack by Uwe Kleine-König · 18 years ago