summaryrefslogtreecommitdiff
path: root/Documentation/git-push.txt
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <gitster@pobox.com>2012-11-18 19:33:20 -0800
committerLibravatar Junio C Hamano <gitster@pobox.com>2012-11-18 19:33:20 -0800
commit78ba7e267caaa696746243888db363f83a061b61 (patch)
treef5981d27bc70923f7d8436c8decaa5ee158ce0d5 /Documentation/git-push.txt
parentMerge branch 'rs/branch-del-symref' into maint (diff)
parentDocumentation: remote tracking branch -> remote-tracking branch (diff)
downloadtgif-78ba7e267caaa696746243888db363f83a061b61.tar.xz
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