aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/git-push.txt
diff options
context:
space:
mode:
authorJeff King <peff@peff.net>2012-11-04 07:59:57 -0500
committerJeff King <peff@peff.net>2012-11-04 07:59:57 -0500
commit6d3f2906a099cbde67e5084c80c8b5e6cf16e024 (patch)
tree14cf95fbff247e1045f5fd2c75fd09ee299e1eda /Documentation/git-push.txt
parent9c50374497d5a3259907e32455f228cfbda85ddf (diff)
parenta6d3bde5afc5d742af0d7b1f2725b760dca165cb (diff)
downloadgit-6d3f2906a099cbde67e5084c80c8b5e6cf16e024.tar.gz
Merge branch 'mm/maint-doc-remote-tracking'
We long ago hyphenated "remote-tracking branch"; this catches some new instances added since then. * mm/maint-doc-remote-tracking: Documentation: remote tracking branch -> remote-tracking branch
Diffstat (limited to 'Documentation/git-push.txt')
-rw-r--r--Documentation/git-push.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-push.txt b/Documentation/git-push.txt
index 22d2580129..fe46c4258a 100644
--- a/Documentation/git-push.txt
+++ b/Documentation/git-push.txt
@@ -175,7 +175,7 @@ useful if you write an alias or script around 'git push'.
--recurse-submodules=check|on-demand::
Make sure all submodule commits used by the revisions to be
- pushed are available on a remote tracking branch. If 'check' is
+ pushed are available on a remote-tracking branch. If 'check' is
used git will verify that all submodule commits that changed in
the revisions to be pushed are available on at least one remote
of the submodule. If any commits are missing the push will be