doc: add articles (grammar)
Add definite and indefinite articles in three places where they were missing. - Use "the" in front of a directory name - Use "the" in front of "style of cooperation" - Use an indefinite article in front of "CVS background" Signed-off-by: Kristoffer Haugsbakk <kristoffer.haugsbakk@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Kristoffer Haugsbakk committed
Dec 9, 2016 at 16:51 UTC
8b9bb339cdf7a38110c81dfb8f7ff087c5d050b3
1 file changed
+3
-3
Documentation/gitcore-tutorial.txt
+3
-3
@@ -1368,7 +1368,7 @@ $ git repack
1368
will do it for you. If you followed the tutorial examples, you
1369
would have accumulated about 17 objects in `.git/objects/??/`
1370
directories by now. 'git repack' tells you how many objects it
1371
-packed, and stores the packed file in `.git/objects/pack`
1371
+packed, and stores the packed file in the `.git/objects/pack`
1372
directory.
1373
1374
[NOTE]
@@ -1543,9 +1543,9 @@ like this:
1543
Working with Others, Shared Repository Style
1544
--------------------------------------------
1545
1546
-If you are coming from CVS background, the style of cooperation
1546
+If you are coming from a CVS background, the style of cooperation
1547
suggested in the previous section may be new to you. You do not
1548
-have to worry. Git supports "shared public repository" style of
1548
+have to worry. Git supports the "shared public repository" style of
1549
cooperation you are probably more familiar with as well.
1550
1551
See linkgit:gitcvs-migration[7] for the details.