1. 9bbe6db Merge branch 'sp/refspec-match' by Junio C Hamano · 17 years ago
  2. 47d996a push: support pushing HEAD to real branch name by Steffen Prohaska · 17 years ago
  3. bcd2e26 Merge branch 'aw/mirror-push' into jk/send-pack by Junio C Hamano · 17 years ago
  4. 1b2486d push: teach push to pass --verbose option to transport layer by Steffen Prohaska · 17 years ago
  5. 94c89ba git-push: plumb in --mirror mode by Andy Whitcroft · 17 years ago
  6. 378c483 Use parseopts in builtin-push by Daniel Barkalow · 17 years ago
  7. 18184f7 Fix 'push --all branch...' error handling by Shawn O. Pearce · 17 years ago
  8. 2e13e5d Merge branch 'master' into db/fetch-pack by Shawn O. Pearce · 17 years ago
  9. 11f2441 Add a --dry-run option to git-push. by Brian Ewins · 17 years ago
  10. 28b91f8 Rename remote.uri to remote.url within remote handling internals by Shawn O. Pearce · 18 years ago
  11. e5f4e21 Remove unnecessary 'fetch' argument from transport_get API by Shawn O. Pearce · 18 years ago
  12. 9b28851 Push code for transport library by Daniel Barkalow · 18 years ago
  13. a4503a1 Make --no-thin the default in git-push to save server resources by Shawn O. Pearce · 18 years ago
  14. 8558fd9 Move refspec pattern matching to match_refs(). by Daniel Barkalow · 18 years ago
  15. b516968 Update local tracking refs when pushing by Daniel Barkalow · 18 years ago
  16. 5751f49 Move remote parsing into a library file out of builtin-push. by Daniel Barkalow · 18 years ago
  17. fd1d1b0 git-push to multiple locations does not stop at the first failure by Junio C Hamano · 18 years ago
  18. 39878b0 git-push reports the URL after failing. by Junio C Hamano · 18 years ago
  19. df91ba3 Use RUN_GIT_CMD to run push backends by Shawn O. Pearce · 18 years ago
  20. afdb269 Remove unused run_command variants by Shawn O. Pearce · 18 years ago
  21. 599065a prefixcmp(): fix-up mechanical conversion. by Junio C Hamano · 18 years ago
  22. cc44c76 Mechanical conversion to use prefixcmp() by Junio C Hamano · 18 years ago
  23. d46ae3f git-push: allow globbing wildcard refspec. by Junio C Hamano · 18 years ago
  24. d23842f rename --exec to --receive-pack for push and send-pack by Uwe Kleine-König · 18 years ago
  25. 060aafc make --exec=... option to git-push configurable by Uwe Kleine-König · 18 years ago
  26. 18bd882 Update documentation of fetch-pack, push and send-pack by Uwe Kleine-König · 18 years ago
  27. 9b0b509 Remove unnecessary argc parameter from run_command_v. by Shawn O. Pearce · 18 years ago
  28. 411fb8b git-push: accept tag <tag> as advertised. by Junio C Hamano · 18 years ago
  29. 66fd231 Merge branch 'lt/push-config' by Junio C Hamano · 18 years ago
  30. bcc785f git push: add verbose flag and allow overriding of default target repository by Linus Torvalds · 18 years ago
  31. ff989b8 Merge branch 'master' into lj/refs by Junio C Hamano · 18 years ago
  32. f596157 Merge branch 'maint' by Junio C Hamano · 18 years ago
  33. 6fe5b7f git-push: .git/remotes/ file does not require SP after colon by Junio C Hamano · 18 years ago v1.4.2.3
  34. 8da1977 Tell between packed, unpacked and symbolic refs. by Junio C Hamano · 19 years ago
  35. cb5d709 Add callback data to for_each_ref() family. by Junio C Hamano · 19 years ago
  36. 9befac4 Replace uses of strdup with xstrdup. by Shawn Pearce · 19 years ago
  37. 60b7f38 avoid to use error that shadows the function name, use err instead. by Pierre Habouzit · 19 years ago
  38. 96f1e58 remove unnecessary initializations by David Rientjes · 19 years ago
  39. 9e0ec82 builtin-push.c cleanup by David Rientjes · 19 years ago
  40. 15e593e Fixup command names in some usage strings. by Ramsay Allan Jones · 19 years ago
  41. 8f61549 git-push: allow -f as an alias for --force by Jeff King · 19 years ago
  42. a633fca Call setup_git_directory() much earlier by Linus Torvalds · 19 years ago
  43. a9486b0 Avoid C99 comments, use old-style C comments instead. by Pavel Roskin · 19 years ago
  44. 82e5a82 Fix more typos, primarily in the code by Pavel Roskin · 19 years ago
  45. 441c823 builtin-push: don't pass --thin to HTTP transport by Nick Hengeveld · 19 years ago
  46. 5edbcd8 builtin-push: --all and --tags _are_ explicit refspecs by Johannes Schindelin · 19 years ago
  47. 97d4df0 builtin-push: also ask config for remote information by Johannes Schindelin · 19 years ago
  48. 7aaf83d Fix builtin-push to honor Push: lines in remotes file. by Junio C Hamano · 19 years ago
  49. 5c477b9 builtin-push: resurrect parsing of Push: lines by Johannes Schindelin · 19 years ago
  50. 755225d git builtin "push" by Linus Torvalds · 19 years ago