| Commit message (Expand) | Author | Age |
* | git-push: Accept -n as a synonym for --dry-run. | Nelson Elhage | 2009-09-13 |
* | push: make non-fast-forward help message configurable | Jeff King | 2009-09-11 |
* | Merge branch 'maint' | Junio C Hamano | 2009-09-06 |
|\ |
|
| * | push: re-flow non-fast-forward message | Jeff King | 2009-09-06 |
| * | push: fix english in non-fast-forward message | Jeff King | 2009-09-06 |
* | | Merge branch 'maint' | Junio C Hamano | 2009-08-12 |
|\ \
| |/ |
|
| * | push: point to 'git pull' and 'git push --force' in case of non-fast forward | Matthieu Moy | 2009-08-12 |
* | | push: add --quiet flag | Jeff King | 2009-08-05 |
|/ |
|
* | push: do not give big warning when no preference is configured | Junio C Hamano | 2009-07-18 |
* | add --porcelain option to git-push | Larry D'Anna | 2009-06-27 |
* | Allow push and fetch urls to be different | Michael J Gruber | 2009-06-09 |
* | parse-opts: prepare for OPT_FILENAME | Stephen Boyd | 2009-05-25 |
* | Merge branch 'fg/push-default' | Junio C Hamano | 2009-03-26 |
|\ |
|
| * | builtin-push.c: Fix typo: "anythig" -> "anything" | Kevin Ballard | 2009-03-25 |
| * | Display warning for default git push with no push.default config | Finn Arne Gangstad | 2009-03-17 |
| * | New config push.default to decide default behavior for push | Finn Arne Gangstad | 2009-03-17 |
* | | Give error when no remote is configured | Daniel Barkalow | 2009-03-10 |
|/ |
|
* | Merge branch 'maint' | Shawn O. Pearce | 2008-10-08 |
|\ |
|
| * | git-push.txt: Describe --repo option in more detail | Johannes Sixt | 2008-10-08 |
* | | Make push more verbose about illegal combination of options | Marek Zawirski | 2008-08-17 |
|/ |
|
* | builtin-push.c: Cleanup - use OPT_BIT() and remove some variables | Michele Ballabio | 2008-07-20 |
* | Make usage strings dash-less | Stephan Beyer | 2008-07-13 |
* | Add a remote.*.mirror configuration option | Paolo Bonzini | 2008-04-20 |
* | Resolve value supplied for no-colon push refspecs | Daniel Barkalow | 2008-02-20 |
* | push: indicate partialness of error message | Jeff King | 2008-02-19 |
* | Merge branch 'sp/refspec-match' | Junio C Hamano | 2007-12-04 |
|\ |
|
| * | push: support pushing HEAD to real branch name | Steffen Prohaska | 2007-11-18 |
* | | Merge branch 'aw/mirror-push' into jk/send-pack | Junio C Hamano | 2007-11-14 |
|\ \
| |/
|/| |
|
| * | git-push: plumb in --mirror mode | Andy Whitcroft | 2007-11-09 |
* | | push: teach push to pass --verbose option to transport layer | Steffen Prohaska | 2007-11-11 |
|/ |
|
* | Use parseopts in builtin-push | Daniel Barkalow | 2007-11-05 |
* | Fix 'push --all branch...' error handling | Shawn O. Pearce | 2007-10-16 |
* | Merge branch 'master' into db/fetch-pack | Shawn O. Pearce | 2007-10-16 |
|\ |
|
| * | Add a --dry-run option to git-push. | Brian Ewins | 2007-10-15 |
* | | Rename remote.uri to remote.url within remote handling internals | Shawn O. Pearce | 2007-09-19 |
* | | Remove unnecessary 'fetch' argument from transport_get API | Shawn O. Pearce | 2007-09-19 |
* | | Push code for transport library | Daniel Barkalow | 2007-09-19 |
|/ |
|
* | Make --no-thin the default in git-push to save server resources | Shawn O. Pearce | 2007-09-10 |
* | Move refspec pattern matching to match_refs(). | Daniel Barkalow | 2007-05-26 |
* | Update local tracking refs when pushing | Daniel Barkalow | 2007-05-20 |
* | Move remote parsing into a library file out of builtin-push. | Daniel Barkalow | 2007-05-20 |
* | git-push to multiple locations does not stop at the first failure | Junio C Hamano | 2007-04-07 |
* | git-push reports the URL after failing. | Junio C Hamano | 2007-04-07 |
* | Use RUN_GIT_CMD to run push backends | Shawn O. Pearce | 2007-03-12 |
* | Remove unused run_command variants | Shawn O. Pearce | 2007-03-11 |
* | prefixcmp(): fix-up mechanical conversion. | Junio C Hamano | 2007-02-20 |
* | Mechanical conversion to use prefixcmp() | Junio C Hamano | 2007-02-20 |
* | git-push: allow globbing wildcard refspec. | Junio C Hamano | 2007-02-06 |
* | rename --exec to --receive-pack for push and send-pack | Uwe Kleine-König | 2007-01-19 |
* | make --exec=... option to git-push configurable | Uwe Kleine-König | 2007-01-19 |