summaryrefslogtreecommitdiff
path: root/builtin-push.c
Commit message (Expand)AuthorAgeFilesLines
* Add push --set-upstreamIlari Liusvaara2010-01-161-0/+2
* push: spell 'Note about fast-forwards' section name correctly in error message.Matthieu Moy2010-01-111-2/+2
* Merge branch 'jk/push-to-delete'Junio C Hamano2010-01-101-3/+23
|\
| * builtin-push: add --delete as syntactic sugar for :fooJan Krüger2009-12-301-3/+23
* | Merge branch 'sr/vcs-helper'Junio C Hamano2009-12-261-26/+43
|\ \ | |/ |/|
| * builtin-push: don't access freed transport->urlTay Ray Chuan2009-12-031-2/+3
| * Allow programs to not depend on remotes having urlsDaniel Barkalow2009-11-171-26/+42
* | Merge branch 'fc/doc-fast-forward'Junio C Hamano2009-11-151-1/+1
|\ \
| * | Use 'fast-forward' all over the placeFelipe Contreras2009-10-241-1/+1
* | | Merge branch 'jk/maint-push-config'Junio C Hamano2009-11-101-2/+1
|\ \ \
| * | | push: always load default configJeff King2009-10-251-2/+1
| |/ /
* | | push: fix typo in usageJeff King2009-10-301-1/+1
| |/ |/|
* | git push: say that --tag can't be used with --all or --mirror in help textNanako Shiraishi2009-10-181-1/+1
* | git push: remove incomplete options list from help textNanako Shiraishi2009-10-181-1/+1
|/
* git-push: Accept -n as a synonym for --dry-run.Nelson Elhage2009-09-131-2/+2
* push: make non-fast-forward help message configurableJeff King2009-09-111-1/+1
* Merge branch 'maint'Junio C Hamano2009-09-061-3/+3
|\
| * push: re-flow non-fast-forward messageJeff King2009-09-061-3/+3
| * push: fix english in non-fast-forward messageJeff King2009-09-061-1/+1
* | Merge branch 'maint'Junio C Hamano2009-08-121-1/+8
|\ \ | |/
| * push: point to 'git pull' and 'git push --force' in case of non-fast forwardMatthieu Moy2009-08-121-1/+8
* | push: add --quiet flagJeff King2009-08-051-0/+1
|/
* push: do not give big warning when no preference is configuredJunio C Hamano2009-07-181-26/+1
* add --porcelain option to git-pushLarry D'Anna2009-06-271-1/+2
* Allow push and fetch urls to be differentMichael J Gruber2009-06-091-4/+13
* parse-opts: prepare for OPT_FILENAMEStephen Boyd2009-05-251-1/+1
* Merge branch 'fg/push-default'Junio C Hamano2009-03-261-5/+71
|\
| * builtin-push.c: Fix typo: "anythig" -> "anything"Kevin Ballard2009-03-251-1/+1
| * Display warning for default git push with no push.default configFinn Arne Gangstad2009-03-171-0/+23
| * New config push.default to decide default behavior for pushFinn Arne Gangstad2009-03-171-5/+48
* | Give error when no remote is configuredDaniel Barkalow2009-03-101-2/+5
|/
* Merge branch 'maint'Shawn O. Pearce2008-10-081-1/+1
|\
| * git-push.txt: Describe --repo option in more detailJohannes Sixt2008-10-081-1/+1
* | Make push more verbose about illegal combination of optionsMarek Zawirski2008-08-171-2/+11
|/
* builtin-push.c: Cleanup - use OPT_BIT() and remove some variablesMichele Ballabio2008-07-201-21/+8
* Make usage strings dash-lessStephan Beyer2008-07-131-1/+1
* Add a remote.*.mirror configuration optionPaolo Bonzini2008-04-201-8/+16
* Resolve value supplied for no-colon push refspecsDaniel Barkalow2008-02-201-9/+0
* push: indicate partialness of error messageJeff King2008-02-191-1/+1
* Merge branch 'sp/refspec-match'Junio C Hamano2007-12-041-0/+9
|\
| * push: support pushing HEAD to real branch nameSteffen Prohaska2007-11-181-0/+9
* | Merge branch 'aw/mirror-push' into jk/send-packJunio C Hamano2007-11-141-2/+12
|\ \ | |/ |/|
| * git-push: plumb in --mirror modeAndy Whitcroft2007-11-091-2/+12
* | push: teach push to pass --verbose option to transport layerSteffen Prohaska2007-11-111-0/+2
|/
* Use parseopts in builtin-pushDaniel Barkalow2007-11-051-52/+36
* Fix 'push --all branch...' error handlingShawn O. Pearce2007-10-161-3/+5
* Merge branch 'master' into db/fetch-packShawn O. Pearce2007-10-161-1/+5
|\
| * Add a --dry-run option to git-push.Brian Ewins2007-10-151-2/+8
* | Rename remote.uri to remote.url within remote handling internalsShawn O. Pearce2007-09-191-4/+4
* | Remove unnecessary 'fetch' argument from transport_get APIShawn O. Pearce2007-09-191-1/+1