t/README: avoid poor-man's small caps GIT
commit788db145c714a6aa4db912579df7fcd44f6e70d0
authorDenton Liu <liu.denton@gmail.com>
Sun, 7 Jun 2020 09:48:26 +0000 (7 05:48 -0400)
committerJunio C Hamano <gitster@pobox.com>
Mon, 8 Jun 2020 17:32:24 +0000 (8 10:32 -0700)
tree6fcb2a5d0d1c241d65e3ae80896682ac4b1672ce
parentaf6b65d45ef179ed52087e80cb089f6b2349f4ec
t/README: avoid poor-man's small caps GIT

In 48a8c26c62 (Documentation: avoid poor-man's small caps GIT,
2013-01-21), the documentation was amended to spell Git's name as Git
when talking about the system as a whole. However, t/README was skipped
over when the treatment was applied.

Bring t/README into conformance with the CodingGuidelines by casing
"Git" properly.

While we're at it, fix a small typo. Change "the git internal" to "the
Git internals".

Signed-off-by: Denton Liu <liu.denton@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/README