Skip to content

Commit 8b9bb33

Browse files
LemmingAvalanchegitster
authored andcommitted
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 <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 0202c41 commit 8b9bb33

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Documentation/gitcore-tutorial.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1368,7 +1368,7 @@ $ git repack
13681368
will do it for you. If you followed the tutorial examples, you
13691369
would have accumulated about 17 objects in `.git/objects/??/`
13701370
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`
13721372
directory.
13731373

13741374
[NOTE]
@@ -1543,9 +1543,9 @@ like this:
15431543
Working with Others, Shared Repository Style
15441544
--------------------------------------------
15451545

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
15471547
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
15491549
cooperation you are probably more familiar with as well.
15501550

15511551
See linkgit:gitcvs-migration[7] for the details.

0 commit comments

Comments
 (0)