aboutsummaryrefslogtreecommitdiffstats
path: root/builtin-push.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-02-22Move 'builtin-*' into a 'builtin/' subdirectoryLinus Torvalds1-247/+0
2010-01-29fix off-by-one allocation errorJeff King1-1/+1
2010-01-16Add push --set-upstreamIlari Liusvaara1-0/+2
2010-01-11push: spell 'Note about fast-forwards' section name correctly in error message.Matthieu Moy1-2/+2
2010-01-10Merge branch 'jk/push-to-delete'Junio C Hamano1-3/+23
2009-12-30builtin-push: add --delete as syntactic sugar for :fooJan Krüger1-3/+23
2009-12-26Merge branch 'sr/vcs-helper'Junio C Hamano1-26/+43
2009-12-03builtin-push: don't access freed transport->urlTay Ray Chuan1-2/+3
2009-11-17Allow programs to not depend on remotes having urlsDaniel Barkalow1-26/+42
2009-11-15Merge branch 'fc/doc-fast-forward'Junio C Hamano1-1/+1
2009-11-10Merge branch 'jk/maint-push-config'Junio C Hamano1-2/+1
2009-10-30push: fix typo in usageJeff King1-1/+1
2009-10-25push: always load default configJeff King1-2/+1
2009-10-24Use 'fast-forward' all over the placeFelipe Contreras1-1/+1
2009-10-18git push: say that --tag can't be used with --all or --mirror in help textNanako Shiraishi1-1/+1
2009-10-18git push: remove incomplete options list from help textNanako Shiraishi1-1/+1
2009-09-13git-push: Accept -n as a synonym for --dry-run.Nelson Elhage1-2/+2
2009-09-11push: make non-fast-forward help message configurableJeff King1-1/+1
2009-09-06Merge branch 'maint'Junio C Hamano1-3/+3
2009-09-06push: re-flow non-fast-forward messageJeff King1-3/+3
2009-09-06push: fix english in non-fast-forward messageJeff King1-1/+1
2009-08-12Merge branch 'maint'Junio C Hamano1-1/+8
2009-08-12push: point to 'git pull' and 'git push --force' in case of non-fast forwardMatthieu Moy1-1/+8
2009-08-05push: add --quiet flagJeff King1-0/+1
2009-07-18push: do not give big warning when no preference is configuredJunio C Hamano1-26/+1
2009-06-27add --porcelain option to git-pushLarry D'Anna1-1/+2
2009-06-09Allow push and fetch urls to be differentMichael J Gruber1-4/+13
2009-05-25parse-opts: prepare for OPT_FILENAMEStephen Boyd1-1/+1
2009-03-26Merge branch 'fg/push-default'Junio C Hamano1-5/+71
2009-03-25builtin-push.c: Fix typo: "anythig" -> "anything"Kevin Ballard1-1/+1
2009-03-17Display warning for default git push with no push.default configFinn Arne Gangstad1-0/+23
2009-03-17New config push.default to decide default behavior for pushFinn Arne Gangstad1-5/+48
2009-03-10Give error when no remote is configuredDaniel Barkalow1-2/+5
2008-10-08Merge branch 'maint'Shawn O. Pearce1-1/+1
2008-10-08git-push.txt: Describe --repo option in more detailJohannes Sixt1-1/+1
2008-08-17Make push more verbose about illegal combination of optionsMarek Zawirski1-2/+11
2008-07-20builtin-push.c: Cleanup - use OPT_BIT() and remove some variablesMichele Ballabio1-21/+8
2008-07-13Make usage strings dash-lessStephan Beyer1-1/+1
2008-04-20Add a remote.*.mirror configuration optionPaolo Bonzini1-8/+16
2008-02-20Resolve value supplied for no-colon push refspecsDaniel Barkalow1-9/+0
2008-02-19push: indicate partialness of error messageJeff King1-1/+1
2007-12-04Merge branch 'sp/refspec-match'Junio C Hamano1-0/+9
2007-11-18push: support pushing HEAD to real branch nameSteffen Prohaska1-0/+9
2007-11-14Merge branch 'aw/mirror-push' into jk/send-packJunio C Hamano1-2/+12
2007-11-11push: teach push to pass --verbose option to transport layerSteffen Prohaska1-0/+2
2007-11-09git-push: plumb in --mirror modeAndy Whitcroft1-2/+12
2007-11-05Use parseopts in builtin-pushDaniel Barkalow1-52/+36
2007-10-16Fix 'push --all branch...' error handlingShawn O. Pearce1-3/+5
2007-10-16Merge branch 'master' into db/fetch-packShawn O. Pearce1-1/+5
2007-10-15Add a --dry-run option to git-push.Brian Ewins1-2/+8