aboutsummaryrefslogtreecommitdiff
path: root/t/t5513-fetch-track.sh
diff options
context:
space:
mode:
authorMatthieu Moy <Matthieu.Moy@imag.fr>2010-11-02 16:31:20 +0100
committerJunio C Hamano <gitster@pobox.com>2010-11-03 09:19:04 -0700
commit0e615b252f35006ea824fae1a95dc6af55326b9a (patch)
tree81a66d2d1561c3310e4dd8cab7ac2869c3601371 /t/t5513-fetch-track.sh
parent8009d83c7e7af0a298ef858609a8201d01086396 (diff)
downloadgit-0e615b252f35006ea824fae1a95dc6af55326b9a.tar.gz
git-0e615b252f35006ea824fae1a95dc6af55326b9a.tar.xz
Replace "remote tracking" with "remote-tracking"
"remote-tracking" branch makes it explicit that the branch is "tracking a remote", as opposed to "remote, and tracking something". See discussion in e.g. http://mid.gmane.org/8835ADF9-45E5-4A26-9F7F-A72ECC065BB2@gmail.com for more details. This patch is a straightforward application of perl -pi -e 's/remote tracking branch/remote-tracking branch/' except in the RelNotes directory. Signed-off-by: Matthieu Moy <Matthieu.Moy@imag.fr> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t5513-fetch-track.sh')
-rwxr-xr-xt/t5513-fetch-track.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t5513-fetch-track.sh b/t/t5513-fetch-track.sh
index 9e7486274..65d1e05bd 100755
--- a/t/t5513-fetch-track.sh
+++ b/t/t5513-fetch-track.sh
@@ -1,6 +1,6 @@
#!/bin/sh
-test_description='fetch follows remote tracking branches correctly'
+test_description='fetch follows remote-tracking branches correctly'
. ./test-lib.sh