summaryrefslogtreecommitdiff
path: root/Documentation/git-push.txt
AgeCommit message (Expand)AuthorFilesLines
2013-03-25Merge branch 'jc/push-follow-tag'Libravatar Junio C Hamano1-1/+7
2013-03-21Merge branch 'jc/maint-push-refspec-default-doc'Libravatar Junio C Hamano1-9/+14
2013-03-08Documentation/git-push: clarify the description of defaultsLibravatar Junio C Hamano1-9/+14
2013-03-05push: --follow-tagsLibravatar Junio C Hamano1-1/+7
2013-02-01Documentation: the name of the system is 'Git', not 'git'Libravatar Thomas Ackermann1-4/+4
2013-01-05Merge branch 'cr/push-force-tag-update'Libravatar Junio C Hamano1-4/+5
2012-12-02push: require force for annotated tagsLibravatar Chris Rorvick1-5/+5
2012-12-02push: require force for refs under refs/tags/Libravatar Chris Rorvick1-5/+6
2012-11-27Documentation/git-push.txt: clarify the "push from satellite" workflowLibravatar Junio C Hamano1-2/+14
2012-11-27Documentation: improve phrasing in git-push.txtLibravatar Mark Szepieniec1-1/+2
2012-11-18Merge branch 'mm/maint-doc-remote-tracking' into maintLibravatar Junio C Hamano1-1/+1
2012-11-04Merge branch 'mm/maint-doc-remote-tracking'Libravatar Jeff King1-1/+1
2012-10-25Documentation: remote tracking branch -> remote-tracking branchLibravatar Matthieu Moy1-1/+1
2012-10-02Documentation: mention `push.default` in git-push.txtLibravatar Ramkumar Ramachandra1-3/+7
2012-05-02Merge branch 'jk/doc-asciidoc-inline-literal'Libravatar Junio C Hamano1-7/+7
2012-04-26docs: stop using asciidoc no-inline-literalLibravatar Jeff King1-7/+7
2012-04-24Merge branch 'hv/submodule-recurse-push'Libravatar Junio C Hamano1-4/+10
2012-03-30push: teach --recurse-submodules the on-demand optionLibravatar Heiko Voigt1-4/+10
2012-02-22push: add '--prune' optionLibravatar Felipe Contreras1-1/+9
2011-09-02Merge branch 'fg/submodule-ff-check-before-push'Libravatar Junio C Hamano1-0/+6
2011-08-20push: Don't push a repository with unpushed submodulesLibravatar Fredrik Gustafsson1-0/+6
2011-08-04docs: put listed example commands in backticksLibravatar Jeff King1-10/+10
2011-03-11doc: drop author/documentation sections from most pagesLibravatar Jeff King1-10/+0
2010-10-13Documentation: gitrevisions is in section 7Libravatar Jonathan Nieder1-1/+1
2010-08-20Documentation: do not convert ... operator to ellipsesLibravatar Jonathan Nieder1-1/+1
2010-07-25Documentation/git-push: Explain status output in more detailLibravatar Thomas Rast1-10/+23
2010-07-05Documentation: link to gitrevisions rather than git-rev-parseLibravatar Michael J Gruber1-1/+1
2010-04-09Merge branch 'maint'Libravatar Junio C Hamano1-1/+1
2010-04-09fetch/push: fix usage stringsLibravatar Tay Ray Chuan1-1/+1
2010-03-15Merge branch 'tc/transport-verbosity'Libravatar Junio C Hamano1-4/+11
2010-02-24push: learn --progressLibravatar Tay Ray Chuan1-1/+8
2010-02-24Documentation/git-push: put --quiet before --verboseLibravatar Tay Ray Chuan1-4/+4
2010-02-18Documentation: describe --thin more accuratelyLibravatar Stephen Boyd1-3/+4
2010-02-17docs: don't talk about $GIT_DIR/refs/ everywhereLibravatar Jeff King1-3/+3
2010-02-08Merge branch 'maint'Libravatar Junio C Hamano1-5/+10
2010-02-08Merge branch 'jc/maint-push-doc-status' into maintLibravatar Junio C Hamano1-5/+10
2010-02-08git-push: document all the status flags used in the outputLibravatar Junio C Hamano1-5/+10
2010-01-24Documentation: move away misplaced 'push --upstream' descriptionLibravatar Thomas Rast1-7/+7
2010-01-20Merge remote branch 'remotes/trast-doc/for-next'Libravatar Junio C Hamano1-3/+3
2010-01-16Add push --set-upstreamLibravatar Ilari Liusvaara1-1/+8
2010-01-10Documentation: spell 'git cmd' without dash throughoutLibravatar Thomas Rast1-3/+3
2009-12-30builtin-push: add --delete as syntactic sugar for :fooLibravatar Jan Krüger1-0/+4
2009-11-15Merge branch 'fc/doc-fast-forward'Libravatar Junio C Hamano1-7/+7
2009-10-24Use 'fast-forward' all over the placeLibravatar Felipe Contreras1-7/+7
2009-10-18document push's new quiet optionLibravatar Jeff King1-0/+5
2009-09-13git-push: Accept -n as a synonym for --dry-run.Libravatar Nelson Elhage1-1/+2
2009-08-12push: point to 'git pull' and 'git push --force' in case of non-fast forwardLibravatar Matthieu Moy1-0/+86
2009-06-27add --porcelain option to git-pushLibravatar Larry D'Anna1-0/+11
2009-03-17git-push.txt: describe how to default to pushing only current branchLibravatar Chris Johnsen1-2/+24
2009-02-25Docs: Expand explanation of the use of + in git push refspecs.Libravatar Marc Branchaud1-5/+31