summaryrefslogtreecommitdiff
path: root/builtin-push.c
AgeCommit message (Expand)AuthorFilesLines
2010-02-22Move 'builtin-*' into a 'builtin/' subdirectoryLibravatar Linus Torvalds1-247/+0
2010-01-29fix off-by-one allocation errorLibravatar Jeff King1-1/+1
2010-01-16Add push --set-upstreamLibravatar Ilari Liusvaara1-0/+2
2010-01-11push: spell 'Note about fast-forwards' section name correctly in error message.Libravatar Matthieu Moy1-2/+2
2010-01-10Merge branch 'jk/push-to-delete'Libravatar Junio C Hamano1-3/+23
2009-12-30builtin-push: add --delete as syntactic sugar for :fooLibravatar Jan Krüger1-3/+23
2009-12-26Merge branch 'sr/vcs-helper'Libravatar Junio C Hamano1-26/+43
2009-12-03builtin-push: don't access freed transport->urlLibravatar Tay Ray Chuan1-2/+3
2009-11-17Allow programs to not depend on remotes having urlsLibravatar Daniel Barkalow1-26/+42
2009-11-15Merge branch 'fc/doc-fast-forward'Libravatar Junio C Hamano1-1/+1
2009-11-10Merge branch 'jk/maint-push-config'Libravatar Junio C Hamano1-2/+1
2009-10-30push: fix typo in usageLibravatar Jeff King1-1/+1
2009-10-25push: always load default configLibravatar Jeff King1-2/+1
2009-10-24Use 'fast-forward' all over the placeLibravatar Felipe Contreras1-1/+1
2009-10-18git push: say that --tag can't be used with --all or --mirror in help textLibravatar Nanako Shiraishi1-1/+1
2009-10-18git push: remove incomplete options list from help textLibravatar Nanako Shiraishi1-1/+1
2009-09-13git-push: Accept -n as a synonym for --dry-run.Libravatar Nelson Elhage1-2/+2
2009-09-11push: make non-fast-forward help message configurableLibravatar Jeff King1-1/+1
2009-09-06Merge branch 'maint'Libravatar Junio C Hamano1-3/+3
2009-09-06push: re-flow non-fast-forward messageLibravatar Jeff King1-3/+3
2009-09-06push: fix english in non-fast-forward messageLibravatar Jeff King1-1/+1
2009-08-12Merge branch 'maint'Libravatar Junio C Hamano1-1/+8
2009-08-12push: point to 'git pull' and 'git push --force' in case of non-fast forwardLibravatar Matthieu Moy1-1/+8
2009-08-05push: add --quiet flagLibravatar Jeff King1-0/+1
2009-07-18push: do not give big warning when no preference is configuredLibravatar Junio C Hamano1-26/+1
2009-06-27add --porcelain option to git-pushLibravatar Larry D'Anna1-1/+2
2009-06-09Allow push and fetch urls to be differentLibravatar Michael J Gruber1-4/+13
2009-05-25parse-opts: prepare for OPT_FILENAMELibravatar Stephen Boyd1-1/+1
2009-03-26Merge branch 'fg/push-default'Libravatar Junio C Hamano1-5/+71
2009-03-25builtin-push.c: Fix typo: "anythig" -> "anything"Libravatar Kevin Ballard1-1/+1
2009-03-17Display warning for default git push with no push.default configLibravatar Finn Arne Gangstad1-0/+23
2009-03-17New config push.default to decide default behavior for pushLibravatar Finn Arne Gangstad1-5/+48
2009-03-10Give error when no remote is configuredLibravatar Daniel Barkalow1-2/+5
2008-10-08Merge branch 'maint'Libravatar Shawn O. Pearce1-1/+1
2008-10-08git-push.txt: Describe --repo option in more detailLibravatar Johannes Sixt1-1/+1
2008-08-17Make push more verbose about illegal combination of optionsLibravatar Marek Zawirski1-2/+11
2008-07-20builtin-push.c: Cleanup - use OPT_BIT() and remove some variablesLibravatar Michele Ballabio1-21/+8
2008-07-13Make usage strings dash-lessLibravatar Stephan Beyer1-1/+1
2008-04-20Add a remote.*.mirror configuration optionLibravatar Paolo Bonzini1-8/+16
2008-02-20Resolve value supplied for no-colon push refspecsLibravatar Daniel Barkalow1-9/+0
2008-02-19push: indicate partialness of error messageLibravatar Jeff King1-1/+1
2007-12-04Merge branch 'sp/refspec-match'Libravatar Junio C Hamano1-0/+9
2007-11-18push: support pushing HEAD to real branch nameLibravatar Steffen Prohaska1-0/+9
2007-11-14Merge branch 'aw/mirror-push' into jk/send-packLibravatar Junio C Hamano1-2/+12
2007-11-11push: teach push to pass --verbose option to transport layerLibravatar Steffen Prohaska1-0/+2
2007-11-09git-push: plumb in --mirror modeLibravatar Andy Whitcroft1-2/+12
2007-11-05Use parseopts in builtin-pushLibravatar Daniel Barkalow1-52/+36
2007-10-16Fix 'push --all branch...' error handlingLibravatar Shawn O. Pearce1-3/+5
2007-10-16Merge branch 'master' into db/fetch-packLibravatar Shawn O. Pearce1-1/+5
2007-10-15Add a --dry-run option to git-push.Libravatar Brian Ewins1-2/+8