Replace "remote tracking" with "remote-tracking"
commit0e615b252f35006ea824fae1a95dc6af55326b9a
authorMatthieu Moy <Matthieu.Moy@imag.fr>
Tue, 2 Nov 2010 15:31:20 +0000 (2 16:31 +0100)
committerJunio C Hamano <gitster@pobox.com>
Wed, 3 Nov 2010 16:19:04 +0000 (3 09:19 -0700)
tree81a66d2d1561c3310e4dd8cab7ac2869c3601371
parent8009d83c7e7af0a298ef858609a8201d01086396
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>
Documentation/config.txt
Documentation/fetch-options.txt
Documentation/git-log.txt
Documentation/git-pull.txt
Documentation/git-remote.txt
Documentation/gittutorial.txt
Documentation/rev-list-options.txt
Documentation/user-manual.txt
builtin/checkout.c
t/t5513-fetch-track.sh