Skip to content

Commit 653a351

Browse files
committed
Merge branch 'dl/t-readme-spell-git-correctly'
Doc updates. * dl/t-readme-spell-git-correctly: t/README: avoid poor-man's small caps GIT
2 parents ff9dccf + 788db14 commit 653a351

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

t/README

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
Core GIT Tests
1+
Core Git Tests
22
==============
33

4-
This directory holds many test scripts for core GIT tools. The
4+
This directory holds many test scripts for core Git tools. The
55
first part of this short document describes how to run the tests
66
and read their output.
77

@@ -1117,21 +1117,21 @@ Tips for Writing Tests
11171117
As with any programming projects, existing programs are the best
11181118
source of the information. However, do _not_ emulate
11191119
t0000-basic.sh when writing your tests. The test is special in
1120-
that it tries to validate the very core of GIT. For example, it
1120+
that it tries to validate the very core of Git. For example, it
11211121
knows that there will be 256 subdirectories under .git/objects/,
11221122
and it knows that the object ID of an empty tree is a certain
11231123
40-byte string. This is deliberately done so in t0000-basic.sh
11241124
because the things the very basic core test tries to achieve is
1125-
to serve as a basis for people who are changing the GIT internal
1125+
to serve as a basis for people who are changing the Git internals
11261126
drastically. For these people, after making certain changes,
11271127
not seeing failures from the basic test _is_ a failure. And
1128-
such drastic changes to the core GIT that even changes these
1128+
such drastic changes to the core Git that even changes these
11291129
otherwise supposedly stable object IDs should be accompanied by
11301130
an update to t0000-basic.sh.
11311131

11321132
However, other tests that simply rely on basic parts of the core
1133-
GIT working properly should not have that level of intimate
1134-
knowledge of the core GIT internals. If all the test scripts
1133+
Git working properly should not have that level of intimate
1134+
knowledge of the core Git internals. If all the test scripts
11351135
hardcoded the object IDs like t0000-basic.sh does, that defeats
11361136
the purpose of t0000-basic.sh, which is to isolate that level of
11371137
validation in one place. Your test also ends up needing

0 commit comments

Comments
 (0)