From d6ac1d2120573a9dab5a9502fd1cb1a8e4ad58b5 Mon Sep 17 00:00:00 2001 From: Michael Schubert Date: Wed, 3 Jul 2013 11:12:34 +0200 Subject: Change "remote tracking" to "remote-tracking" Fix a typo ("remote remote-tracking") going back to the big cleanup in 2010 (8b3f3f84 etc). Also, remove some more occurrences of "tracking" and "remote tracking" in favor of "remote-tracking". Signed-off-by: Michael Schubert Reviewed-by: Johan Herland Signed-off-by: Junio C Hamano --- builtin/clone.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'builtin/clone.c') diff --git a/builtin/clone.c b/builtin/clone.c index dad4265989..9d98cb5acb 100644 --- a/builtin/clone.c +++ b/builtin/clone.c @@ -697,7 +697,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 { -- cgit v1.2.1