Change "tracking branch" to "remote-tracking branch"
commit8b3f3f84b27e6bbac1b1558166b44431a8e78bb1
authorMatthieu Moy <Matthieu.Moy@imag.fr>
Tue, 2 Nov 2010 15:31:23 +0000 (2 16:31 +0100)
committerJunio C Hamano <gitster@pobox.com>
Wed, 3 Nov 2010 16:20:41 +0000 (3 09:20 -0700)
treece61002777df7c0aa90570aa8fc1d7db5e7ffcc2
parentbc6dafc1445a9e04141ed6bf28326114bc2e9191
Change "tracking branch" to "remote-tracking branch"

One more step towards consistancy. We change the documentation and the C
code in a single patch, since the only instances in the C code are in
comment and usage strings.

Signed-off-by: Matthieu Moy <Matthieu.Moy@imag.fr>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/config.txt
Documentation/git-fetch.txt
Documentation/git-pull.txt
Documentation/git-remote.txt
Documentation/git-tag.txt
Documentation/glossary-content.txt
Documentation/user-manual.txt
builtin/checkout.c
builtin/fetch.c
remote.c