aboutsummaryrefslogtreecommitdiff
path: root/Documentation/git-push.txt
Commit message (Expand)AuthorAge
* Merge branch 'tr/push-no-verify-doc'Junio C Hamano2013-06-05
|\
| * Document push --no-verifyThomas Rast2013-05-23
| * Merge branch 'jc/maint-push-refspec-default-doc' into maintJunio C Hamano2013-03-26
| |\
* | | documentation: trivial style cleanupsFelipe Contreras2013-05-17
* | | Merge branch 'jc/push-follow-tag'Junio C Hamano2013-03-25
|\ \ \
| * | | push: --follow-tagsJunio C Hamano2013-03-05
* | | | Merge branch 'jc/maint-push-refspec-default-doc'Junio C Hamano2013-03-21
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/|
| * | Documentation/git-push: clarify the description of defaultsJunio C Hamano2013-03-08
| |/
* | Documentation: the name of the system is 'Git', not 'git'Thomas Ackermann2013-02-01
* | Merge branch 'cr/push-force-tag-update'Junio C Hamano2013-01-05
|\ \ | |/ |/|
| * push: require force for annotated tagsChris Rorvick2012-12-02
| * push: require force for refs under refs/tags/Chris Rorvick2012-12-02
| * Merge branch 'mm/maint-doc-remote-tracking'Jeff King2012-11-04
| |\
* | | Documentation/git-push.txt: clarify the "push from satellite" workflowJunio C Hamano2012-11-27
* | | Documentation: improve phrasing in git-push.txtMark Szepieniec2012-11-27
* | | Merge branch 'mm/maint-doc-remote-tracking' into maintJunio C Hamano2012-11-18
|\ \ \ | |/ / |/| / | |/
| * Documentation: remote tracking branch -> remote-tracking branchMatthieu Moy2012-10-25
* | Documentation: mention `push.default` in git-push.txtRamkumar Ramachandra2012-10-02
|/
* Merge branch 'jk/doc-asciidoc-inline-literal'Junio C Hamano2012-05-02
|\
| * docs: stop using asciidoc no-inline-literalJeff King2012-04-26
* | Merge branch 'hv/submodule-recurse-push'Junio C Hamano2012-04-24
|\ \ | |/ |/|
| * push: teach --recurse-submodules the on-demand optionHeiko Voigt2012-03-30
* | push: add '--prune' optionFelipe Contreras2012-02-22
|/
* Merge branch 'fg/submodule-ff-check-before-push'Junio C Hamano2011-09-02
|\
| * push: Don't push a repository with unpushed submodulesFredrik Gustafsson2011-08-20
* | docs: put listed example commands in backticksJeff King2011-08-04
|/
* doc: drop author/documentation sections from most pagesJeff King2011-03-11
* Documentation: gitrevisions is in section 7Jonathan Nieder2010-10-13
* Documentation: do not convert ... operator to ellipsesJonathan Nieder2010-08-20
* Documentation/git-push: Explain status output in more detailThomas Rast2010-07-25
* Documentation: link to gitrevisions rather than git-rev-parseMichael J Gruber2010-07-05
* Merge branch 'maint'Junio C Hamano2010-04-09
|\
| * fetch/push: fix usage stringsTay Ray Chuan2010-04-09
* | Merge branch 'tc/transport-verbosity'Junio C Hamano2010-03-15
|\ \ | |/ |/|
| * push: learn --progressTay Ray Chuan2010-02-24
| * Documentation/git-push: put --quiet before --verboseTay Ray Chuan2010-02-24
* | Documentation: describe --thin more accuratelyStephen Boyd2010-02-18
* | docs: don't talk about $GIT_DIR/refs/ everywhereJeff King2010-02-17
|/
* Merge branch 'maint'Junio C Hamano2010-02-08
|\
| * Merge branch 'jc/maint-push-doc-status' into maintJunio C Hamano2010-02-08
| |\
| | * git-push: document all the status flags used in the outputJunio C Hamano2010-02-08
* | | Documentation: move away misplaced 'push --upstream' descriptionThomas Rast2010-01-24
* | | Merge remote branch 'remotes/trast-doc/for-next'Junio C Hamano2010-01-20
|\ \ \
| * | | Documentation: spell 'git cmd' without dash throughoutThomas Rast2010-01-10
| |/ /
* | | Add push --set-upstreamIlari Liusvaara2010-01-16
* | | builtin-push: add --delete as syntactic sugar for :fooJan Krüger2009-12-30
|/ /
* | Merge branch 'fc/doc-fast-forward'Junio C Hamano2009-11-15
|\ \
| * | Use 'fast-forward' all over the placeFelipe Contreras2009-10-24
* | | document push's new quiet optionJeff King2009-10-18
|/ /
* | git-push: Accept -n as a synonym for --dry-run.Nelson Elhage2009-09-13