1. 3026109 push: support signing pushes iff the server supports it by Dave Borowitz · 10 years ago
  2. 87c0d08 transport: remove git_transport_options.push_cert by Dave Borowitz · 10 years ago
  3. d0e8e09 push.c: add an --atomic argument by Ronnie Sahlberg · 10 years ago
  4. a85b377 push: the beginning of "git push --signed" by Junio C Hamano · 11 years ago
  5. 48d25ca fetch: add --update-shallow to accept refs that update .git/shallow by Nguyễn Thái Ngọc Duy · 11 years ago
  6. beea415 clone: support remote shallow repository by Nguyễn Thái Ngọc Duy · 11 years ago
  7. 75f8cba transport.h: remove send_pack prototype, already defined in send-pack.h by Nguyễn Thái Ngọc Duy · 11 years ago
  8. 20419de Merge branch 'jc/transport-do-not-use-connect-twice-in-fetch' by Junio C Hamano · 12 years ago
  9. b26ed43 fetch: work around "transport-take-over" hack by Junio C Hamano · 12 years ago
  10. 91048a9 push --force-with-lease: implement logic to populate old_sha1_expect[] by Junio C Hamano · 12 years ago
  11. 47a5918 cache.h: move remote/connect API out of it by Junio C Hamano · 12 years ago
  12. 2ddc898 Merge branch 'ph/builtin-srcs-are-in-subdir-these-days' by Junio C Hamano · 12 years ago
  13. 09b7e22 fix "builtin-*" references to be "builtin/*" by Phil Hord · 12 years ago
  14. c6807a4 clone: open a shortcut for connectivity check by Nguyễn Thái Ngọc Duy · 12 years ago
  15. caa7d79 Sync with 'maint' by Junio C Hamano · 12 years ago
  16. 41ccfdd Correct common spelling mistakes in comments and tests by Stefano Lattarini · 12 years ago
  17. 55f6fbe Merge branch 'jc/push-follow-tag' by Junio C Hamano · 12 years ago
  18. c2aba15 push: --follow-tags by Junio C Hamano · 12 years ago
  19. 370855e Merge branch 'jc/push-reject-reasons' by Junio C Hamano · 12 years ago
  20. 75e5c0d push: introduce REJECT_FETCH_FIRST and REJECT_NEEDS_FORCE by Junio C Hamano · 12 years ago
  21. ec55559 push: Add support for pre-push hooks by Aaron Schrab · 12 years ago
  22. b24e604 push: add advice for rejected tag reference by Chris Rorvick · 12 years ago
  23. 10643d4 push: return reject reasons as a bitset by Chris Rorvick · 12 years ago
  24. f5d942e send-pack: move core code to libgit.a by Nguyễn Thái Ngọc Duy · 12 years ago
  25. 754395d fetch: align per-ref summary report in UTF-8 locales by Nguyễn Thái Ngọc Duy · 13 years ago
  26. 419f2ec Merge branch 'hv/submodule-recurse-push' by Junio C Hamano · 13 years ago
  27. eb21c73 push: teach --recurse-submodules the on-demand option by Heiko Voigt · 13 years ago
  28. e339aa9 clean up struct ref's nonfastforward field by Jeff King · 13 years ago
  29. 6ddba5e push: add '--prune' option by Felipe Contreras · 13 years ago
  30. d2b17b3 push: Don't push a repository with unpushed submodules by Fredrik Gustafsson · 14 years ago
  31. 114a6a8 refactor refs_from_alternate_cb to allow passing extra data by Jeff King · 14 years ago
  32. 36cfda1 refs_from_alternate: helper to use refs from alternates by Junio C Hamano · 14 years ago
  33. 419f37d Add bidirectional_transfer_loop() by Ilari Liusvaara · 14 years ago
  34. 53997a3 Merge branch 'tc/transport-verbosity' by Junio C Hamano · 15 years ago
  35. bd282f5 Merge branch 'ml/send-pack-transport-refactor' by Junio C Hamano · 15 years ago
  36. 212cfe1 transport: update flags to be in running order by Tay Ray Chuan · 15 years ago
  37. d01b3c0 transport->progress: use flag authoritatively by Tay Ray Chuan · 15 years ago
  38. 8afd8dc push: support multiple levels of verbosity by Tay Ray Chuan · 15 years ago
  39. bde873c fetch: refactor verbosity option handling into transport.[ch] by Tay Ray Chuan · 15 years ago
  40. f1863d0 refactor duplicated code in builtin-send-pack.c and transport.c by Michael Lukashov · 15 years ago
  41. b0d66e1 transport: add got_remote_refs flag by Tay Ray Chuan · 15 years ago
  42. 533e8af Merge branch 'il/push-set-upstream' by Junio C Hamano · 15 years ago
  43. 42aac96 Merge branch 'tc/clone-v-progress' by Junio C Hamano · 15 years ago
  44. e9fcd1e Add push --set-upstream by Ilari Liusvaara · 15 years ago
  45. 486a3d7 check stderr with isatty() instead of stdout when deciding to show progress by Tay Ray Chuan · 15 years ago
  46. b236752 Support remote archive from all smart transports by Ilari Liusvaara · 15 years ago
  47. 61b075b Support taking over transports by Ilari Liusvaara · 15 years ago
  48. aa5af97 Refactor git transport options parsing by Ilari Liusvaara · 15 years ago
  49. a24a32d Merge branch 'master' into il/vcs-helper by Junio C Hamano · 15 years ago
  50. 3714831 Allow fetch to modify refs by Daniel Barkalow · 15 years ago
  51. cff7123 fetch: Allow transport -v -v -v to set verbosity to 3 by Shawn O. Pearce · 15 years ago
  52. cd03eeb Merge branch 'db/vcs-helper' by Junio C Hamano · 16 years ago
  53. c9e388b Make the "traditionally-supported" URLs a special case by Daniel Barkalow · 16 years ago
  54. 6ffd781 Merge branch 'maint' by Junio C Hamano · 16 years ago
  55. 07436e4 push: point to 'git pull' and 'git push --force' in case of non-fast forward by Matthieu Moy · 16 years ago
  56. afdeeb0 push: add --quiet flag by Jeff King · 16 years ago
  57. 6eb996b Add support for external programs for handling native fetches by Daniel Barkalow · 16 years ago
  58. 1965ff7 add --porcelain option to git-push by Larry D'Anna · 16 years ago
  59. 47abd85 fetch: Strip usernames from url's before storing them by Andreas Ericsson · 16 years ago
  60. 64fcef2 Move push matching and reporting logic into transport.c by Daniel Barkalow · 16 years ago
  61. 21188b1 Implement git clone -v by Miklos Vajna · 16 years ago
  62. 2d5c298 Mark the list of refs to fetch as const by Daniel Barkalow · 17 years ago
  63. 41fa7d2 Teach git-fetch to exploit server side automatic tag following by Shawn O. Pearce · 17 years ago
  64. bcd2e26 Merge branch 'aw/mirror-push' into jk/send-pack by Junio C Hamano · 17 years ago
  65. a108e53 Merge branch 'db/remote-builtin' into jk/send-pack by Junio C Hamano · 17 years ago
  66. 1b2486d push: teach push to pass --verbose option to transport layer by Steffen Prohaska · 17 years ago
  67. 94c89ba git-push: plumb in --mirror mode by Andy Whitcroft · 17 years ago
  68. 4577370 Miscellaneous const changes and utilities by Daniel Barkalow · 17 years ago
  69. 2e13e5d Merge branch 'master' into db/fetch-pack by Shawn O. Pearce · 17 years ago
  70. 2b5a06e Restore default verbosity for http fetches. by Daniel Barkalow · 17 years ago
  71. 50ab5fd Ensure builtin-fetch honors {fetch,transfer}.unpackLimit by Shawn O. Pearce · 17 years ago
  72. 824d577 Refactor struct transport_ops inlined into struct transport by Shawn O. Pearce · 17 years ago
  73. e5f4e21 Remove unnecessary 'fetch' argument from transport_get API by Shawn O. Pearce · 17 years ago
  74. 1788c39 Remove pack.keep after ref updates in git-fetch by Shawn O. Pearce · 18 years ago
  75. 425b139 Simplify fetch transport API to just one function by Shawn O. Pearce · 18 years ago
  76. c29727d Add fetch methods to transport library. by Daniel Barkalow · 18 years ago
  77. 9b28851 Push code for transport library by Daniel Barkalow · 18 years ago