1. 6ddba5e push: add '--prune' option by Felipe Contreras · 13 years ago
  2. d2b17b3 push: Don't push a repository with unpushed submodules by Fredrik Gustafsson · 14 years ago
  3. 114a6a8 refactor refs_from_alternate_cb to allow passing extra data by Jeff King · 14 years ago
  4. 36cfda1 refs_from_alternate: helper to use refs from alternates by Junio C Hamano · 14 years ago
  5. 419f37d Add bidirectional_transfer_loop() by Ilari Liusvaara · 14 years ago
  6. 53997a3 Merge branch 'tc/transport-verbosity' by Junio C Hamano · 15 years ago
  7. bd282f5 Merge branch 'ml/send-pack-transport-refactor' by Junio C Hamano · 15 years ago
  8. 212cfe1 transport: update flags to be in running order by Tay Ray Chuan · 15 years ago
  9. d01b3c0 transport->progress: use flag authoritatively by Tay Ray Chuan · 15 years ago
  10. 8afd8dc push: support multiple levels of verbosity by Tay Ray Chuan · 15 years ago
  11. bde873c fetch: refactor verbosity option handling into transport.[ch] by Tay Ray Chuan · 15 years ago
  12. f1863d0 refactor duplicated code in builtin-send-pack.c and transport.c by Michael Lukashov · 15 years ago
  13. b0d66e1 transport: add got_remote_refs flag by Tay Ray Chuan · 15 years ago
  14. 533e8af Merge branch 'il/push-set-upstream' by Junio C Hamano · 15 years ago
  15. 42aac96 Merge branch 'tc/clone-v-progress' by Junio C Hamano · 15 years ago
  16. e9fcd1e Add push --set-upstream by Ilari Liusvaara · 15 years ago
  17. 486a3d7 check stderr with isatty() instead of stdout when deciding to show progress by Tay Ray Chuan · 15 years ago
  18. b236752 Support remote archive from all smart transports by Ilari Liusvaara · 15 years ago
  19. 61b075b Support taking over transports by Ilari Liusvaara · 15 years ago
  20. aa5af97 Refactor git transport options parsing by Ilari Liusvaara · 15 years ago
  21. a24a32d Merge branch 'master' into il/vcs-helper by Junio C Hamano · 15 years ago
  22. 3714831 Allow fetch to modify refs by Daniel Barkalow · 15 years ago
  23. cff7123 fetch: Allow transport -v -v -v to set verbosity to 3 by Shawn O. Pearce · 15 years ago
  24. cd03eeb Merge branch 'db/vcs-helper' by Junio C Hamano · 16 years ago
  25. c9e388b Make the "traditionally-supported" URLs a special case by Daniel Barkalow · 16 years ago
  26. 6ffd781 Merge branch 'maint' by Junio C Hamano · 16 years ago
  27. 07436e4 push: point to 'git pull' and 'git push --force' in case of non-fast forward by Matthieu Moy · 16 years ago
  28. afdeeb0 push: add --quiet flag by Jeff King · 16 years ago
  29. 6eb996b Add support for external programs for handling native fetches by Daniel Barkalow · 16 years ago
  30. 1965ff7 add --porcelain option to git-push by Larry D'Anna · 16 years ago
  31. 47abd85 fetch: Strip usernames from url's before storing them by Andreas Ericsson · 16 years ago
  32. 64fcef2 Move push matching and reporting logic into transport.c by Daniel Barkalow · 16 years ago
  33. 21188b1 Implement git clone -v by Miklos Vajna · 16 years ago
  34. 2d5c298 Mark the list of refs to fetch as const by Daniel Barkalow · 17 years ago
  35. 41fa7d2 Teach git-fetch to exploit server side automatic tag following by Shawn O. Pearce · 17 years ago
  36. bcd2e26 Merge branch 'aw/mirror-push' into jk/send-pack by Junio C Hamano · 17 years ago
  37. a108e53 Merge branch 'db/remote-builtin' into jk/send-pack by Junio C Hamano · 17 years ago
  38. 1b2486d push: teach push to pass --verbose option to transport layer by Steffen Prohaska · 17 years ago
  39. 94c89ba git-push: plumb in --mirror mode by Andy Whitcroft · 17 years ago
  40. 4577370 Miscellaneous const changes and utilities by Daniel Barkalow · 17 years ago
  41. 2e13e5d Merge branch 'master' into db/fetch-pack by Shawn O. Pearce · 17 years ago
  42. 2b5a06e Restore default verbosity for http fetches. by Daniel Barkalow · 17 years ago
  43. 50ab5fd Ensure builtin-fetch honors {fetch,transfer}.unpackLimit by Shawn O. Pearce · 17 years ago
  44. 824d577 Refactor struct transport_ops inlined into struct transport by Shawn O. Pearce · 17 years ago
  45. e5f4e21 Remove unnecessary 'fetch' argument from transport_get API by Shawn O. Pearce · 18 years ago
  46. 1788c39 Remove pack.keep after ref updates in git-fetch by Shawn O. Pearce · 18 years ago
  47. 425b139 Simplify fetch transport API to just one function by Shawn O. Pearce · 18 years ago
  48. c29727d Add fetch methods to transport library. by Daniel Barkalow · 18 years ago
  49. 9b28851 Push code for transport library by Daniel Barkalow · 18 years ago