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-clone.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-clone.txt')
-rw-r--r-- | Documentation/git-clone.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/git-clone.txt b/Documentation/git-clone.txt index 6d98ef3d2a..7fefdb0384 100644 --- a/Documentation/git-clone.txt +++ b/Documentation/git-clone.txt @@ -196,9 +196,9 @@ objects from the source repository into a pack in the cloned repository. `--no-single-branch` is given to fetch the histories near the tips of all branches. Further fetches into the resulting repository will only update the - remote tracking branch for the branch this option was used for the + remote-tracking branch for the branch this option was used for the initial cloning. If the HEAD at the remote did not point at any - branch when `--single-branch` clone was made, no remote tracking + branch when `--single-branch` clone was made, no remote-tracking branch is created. --recursive:: |