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