summaryrefslogtreecommitdiff
path: root/Documentation/git-push.txt
AgeCommit message (Expand)Author
2009-02-25Docs: Expand explanation of the use of + in git push refspecs.Marc Branchaud
2009-02-18Documentation/git-push: --all, --mirror, --tags can not be combinedGerrit Pape
2009-01-26Documentation: rework src/dst description in git pushAnders Melchiorsen
2009-01-26Documentation: more git push examplesAnders Melchiorsen
2009-01-26Documentation: simplify refspec format descriptionJunio C Hamano
2009-01-18Documentation: avoid using undefined parametersAnders Melchiorsen
2009-01-18Documentation: mention branches rather than headsAnders Melchiorsen
2009-01-18Documentation: remove a redundant elaborationAnders Melchiorsen
2009-01-18Documentation: git push repository can also be a remoteAnders Melchiorsen
2009-01-12Documentation/git-push.txt: minor: compress one optionjidanni@jidanni.org
2008-10-08git-push.txt: Describe --repo option in more detailJohannes Sixt
2008-08-09Merge branch 'maint'Junio C Hamano
2008-08-08asciidoc markup fixesJunio C Hamano
2008-08-02Update my e-mail addressJunio C Hamano
2008-07-30Make it clear that push can take multiple refspecsAbhijit Menon-Sen
2008-07-21Update my e-mail addressJunio C Hamano
2008-07-05manpages: italicize git command names (which were in teletype font)Jonathan Nieder
2008-07-02Documentation formatting and cleanupJonathan Nieder
2008-07-02Documentation: be consistent about "git-" versus "git "Jonathan Nieder
2008-06-21Correct documentation for git-push --mirrorShawn O. Pearce
2008-06-08Docs: Use "-l::\n--long\n" format in OPTIONS sectionsStephan Beyer
2008-06-06documentation: move git(7) to git(1)Christian Couder
2008-05-23Merge branch 'pb/push'Junio C Hamano
2008-05-06Merge branch 'pb/remote-mirror-config'Junio C Hamano
2008-05-05add special "matching refs" refspecPaolo Bonzini
2008-04-23Amend git-push refspec documentationSam Vilain
2008-04-21Add a remote.*.mirror configuration optionPaolo Bonzini
2008-02-20push: document the status outputJeff King
2008-02-20Documentation/push: clarify matching refspec behaviorJeff King
2008-01-07Documentation: rename gitlink macro to linkgitDan McGee
2007-11-14Merge branch 'aw/mirror-push' into jk/send-packJunio C Hamano
2007-11-13git-push: add documentation for the newly added --mirror modeAndy Whitcroft
2007-11-11push: mention --verbose option in documentationSteffen Prohaska
2007-10-16Add a --dry-run option to git-push.Brian Ewins
2007-09-18git-push: documentation and tests for pushing only branchesJeff King
2007-09-06Include a git-push example for creating a remote branchShawn O. Pearce
2007-08-05Fixed git-push manpageJyotirmoy Bhattacharya
2007-07-06Add urls.txt to git-clone man pageAndrew Ruder
2007-06-09git-push: Update description of refspecs and add examplesJunio C Hamano
2007-06-07War on whitespaceJunio C Hamano
2007-05-19Documentation: Reformatted SYNOPSIS for several commandsMatthias Kestenholz
2007-01-20rename --exec to --receive-pack for push and send-packUwe Kleine-König
2007-01-20Update documentation of fetch-pack, push and send-packUwe Kleine-König
2007-01-16git-push documentation: remaining bitsJunio C Hamano
2007-01-16document --exec for git-pushUwe Kleine-K,Av(Bnig
2006-12-13git-push: document removal of remote ref with :<dst> pathspecJunio C Hamano
2006-08-02git-push: allow -f as an alias for --forceJeff King
2006-07-09Assorted typo fixesPavel Roskin
2006-03-09Remove trailing dot after short descriptionFredrik Kuivinen
2006-02-22git-push: Update documentation to describe the no-refspec behavior.Carl Worth