aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/git-push.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2012-11-18 19:33:20 -0800
committerJunio C Hamano <gitster@pobox.com>2012-11-18 19:33:20 -0800
commit78ba7e267caaa696746243888db363f83a061b61 (patch)
treef5981d27bc70923f7d8436c8decaa5ee158ce0d5 /Documentation/git-push.txt
parent3a9866919c1f87c7e4f740ea6699513381256103 (diff)
parenta6d3bde5afc5d742af0d7b1f2725b760dca165cb (diff)
downloadgit-78ba7e267caaa696746243888db363f83a061b61.tar.gz
Merge branch 'mm/maint-doc-remote-tracking' into maint
Update "remote tracking branch" in the documentation to "remote-tracking branch". * 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