summaryrefslogtreecommitdiff
path: root/builtin-push.c
AgeCommit message (Expand)Author
2010-01-29fix off-by-one allocation errorJeff King
2010-01-17Add push --set-upstreamIlari Liusvaara
2010-01-12push: spell 'Note about fast-forwards' section name correctly in error message.Matthieu Moy
2010-01-10Merge branch 'jk/push-to-delete'Junio C Hamano
2009-12-30builtin-push: add --delete as syntactic sugar for :fooJan Krüger
2009-12-26Merge branch 'sr/vcs-helper'Junio C Hamano
2009-12-04builtin-push: don't access freed transport->urlTay Ray Chuan
2009-11-18Allow programs to not depend on remotes having urlsDaniel Barkalow
2009-11-16Merge branch 'fc/doc-fast-forward'Junio C Hamano
2009-11-10Merge branch 'jk/maint-push-config'Junio C Hamano
2009-10-30push: fix typo in usageJeff King
2009-10-26push: always load default configJeff King
2009-10-25Use 'fast-forward' all over the placeFelipe Contreras
2009-10-19git push: say that --tag can't be used with --all or --mirror in help textNanako Shiraishi
2009-10-19git push: remove incomplete options list from help textNanako Shiraishi
2009-09-13git-push: Accept -n as a synonym for --dry-run.Nelson Elhage
2009-09-12push: make non-fast-forward help message configurableJeff King
2009-09-06Merge branch 'maint'Junio C Hamano
2009-09-06push: re-flow non-fast-forward messageJeff King
2009-09-06push: fix english in non-fast-forward messageJeff King
2009-08-12Merge branch 'maint'Junio C Hamano
2009-08-12push: point to 'git pull' and 'git push --force' in case of non-fast forwardMatthieu Moy
2009-08-06push: add --quiet flagJeff King
2009-07-19push: do not give big warning when no preference is configuredJunio C Hamano
2009-06-28add --porcelain option to git-pushLarry D'Anna
2009-06-10Allow push and fetch urls to be differentMichael J Gruber
2009-05-25parse-opts: prepare for OPT_FILENAMEStephen Boyd
2009-03-26Merge branch 'fg/push-default'Junio C Hamano
2009-03-25builtin-push.c: Fix typo: "anythig" -> "anything"Kevin Ballard
2009-03-17Display warning for default git push with no push.default configFinn Arne Gangstad
2009-03-17New config push.default to decide default behavior for pushFinn Arne Gangstad
2009-03-11Give error when no remote is configuredDaniel Barkalow
2008-10-08Merge branch 'maint'Shawn O. Pearce
2008-10-08git-push.txt: Describe --repo option in more detailJohannes Sixt
2008-08-17Make push more verbose about illegal combination of optionsMarek Zawirski
2008-07-20builtin-push.c: Cleanup - use OPT_BIT() and remove some variablesMichele Ballabio
2008-07-13Make usage strings dash-lessStephan Beyer
2008-04-21Add a remote.*.mirror configuration optionPaolo Bonzini
2008-02-20Resolve value supplied for no-colon push refspecsDaniel Barkalow
2008-02-20push: indicate partialness of error messageJeff King
2007-12-05Merge branch 'sp/refspec-match'Junio C Hamano
2007-11-19push: support pushing HEAD to real branch nameSteffen Prohaska
2007-11-14Merge branch 'aw/mirror-push' into jk/send-packJunio C Hamano
2007-11-11push: teach push to pass --verbose option to transport layerSteffen Prohaska
2007-11-10git-push: plumb in --mirror modeAndy Whitcroft
2007-11-05Use parseopts in builtin-pushDaniel Barkalow
2007-10-16Fix 'push --all branch...' error handlingShawn O. Pearce
2007-10-16Merge branch 'master' into db/fetch-packShawn O. Pearce
2007-10-16Add a --dry-run option to git-push.Brian Ewins
2007-09-19Rename remote.uri to remote.url within remote handling internalsShawn O. Pearce