aboutsummaryrefslogtreecommitdiff
path: root/builtin/clone.c
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2013-07-12 12:04:07 -0700
committerJunio C Hamano <gitster@pobox.com>2013-07-12 12:04:07 -0700
commit778e4b890390e90e19b7f835f3b0ffe92e8d5345 (patch)
treee93c198c3c051a4ce8320f83abd0d11310b10b30 /builtin/clone.c
parent5b307e95e880b95eafd36e93251c6638c222dcf4 (diff)
parentd6ac1d2120573a9dab5a9502fd1cb1a8e4ad58b5 (diff)
downloadgit-778e4b890390e90e19b7f835f3b0ffe92e8d5345.tar.gz
git-778e4b890390e90e19b7f835f3b0ffe92e8d5345.tar.xz
Merge branch 'ms/remote-tracking-branches-in-doc'
* ms/remote-tracking-branches-in-doc: Change "remote tracking" to "remote-tracking"
Diffstat (limited to 'builtin/clone.c')
-rw-r--r--builtin/clone.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/builtin/clone.c b/builtin/clone.c
index 14b132356..17f57cdf2 100644
--- a/builtin/clone.c
+++ b/builtin/clone.c
@@ -701,7 +701,7 @@ static void write_refspec_config(const char* src_ref_prefix,
/*
* otherwise, the next "git fetch" will
* simply fetch from HEAD without updating
- * any remote tracking branch, which is what
+ * any remote-tracking branch, which is what
* we want.
*/
} else {