diff options
author | Matthieu Moy <Matthieu.Moy@imag.fr> | 2012-10-23 13:34:05 +0200 |
---|---|---|
committer | Jeff King <peff@peff.net> | 2012-10-25 06:55:46 -0400 |
commit | a6d3bde5afc5d742af0d7b1f2725b760dca165cb (patch) | |
tree | b7b298f48299514b6008b431dd132263f0b14135 /Documentation/git-push.txt | |
parent | 7e2010537e96d0a1144520222f20ba1dc3d61441 (diff) | |
download | git-a6d3bde5afc5d742af0d7b1f2725b760dca165cb.tar.gz |
Documentation: remote tracking branch -> remote-tracking branch
This change was already done by 0e615b252f3 (Matthieu Moy, Tue Nov 2
2010, Replace "remote tracking" with "remote-tracking"), but new
instances of remote tracking (without dash) were introduced in the
meantime.
Signed-off-by: Matthieu Moy <Matthieu.Moy@imag.fr>
Signed-off-by: Jeff King <peff@peff.net>
Diffstat (limited to 'Documentation/git-push.txt')
-rw-r--r-- | Documentation/git-push.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-push.txt b/Documentation/git-push.txt index cb97cc1c3b..7938314b69 100644 --- a/Documentation/git-push.txt +++ b/Documentation/git-push.txt @@ -172,7 +172,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 |