diff options
author | Kristoffer Haugsbakk <kristoffer.haugsbakk@gmail.com> | 2016-12-09 16:51:09 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2016-12-09 15:14:01 -0800 |
commit | 8b9bb339cdf7a38110c81dfb8f7ff087c5d050b3 (patch) | |
tree | 7cad9a6537e48595239d608c84f1c6391a434bda | |
parent | Prepare for 2.9.4 (diff) | |
download | tgif-8b9bb339cdf7a38110c81dfb8f7ff087c5d050b3.tar.xz |
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>
-rw-r--r-- | Documentation/gitcore-tutorial.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Documentation/gitcore-tutorial.txt b/Documentation/gitcore-tutorial.txt index 4546fa0d75..6c434aff30 100644 --- a/Documentation/gitcore-tutorial.txt +++ b/Documentation/gitcore-tutorial.txt @@ -1368,7 +1368,7 @@ $ git repack will do it for you. If you followed the tutorial examples, you would have accumulated about 17 objects in `.git/objects/??/` directories by now. 'git repack' tells you how many objects it -packed, and stores the packed file in `.git/objects/pack` +packed, and stores the packed file in the `.git/objects/pack` directory. [NOTE] @@ -1543,9 +1543,9 @@ like this: Working with Others, Shared Repository Style -------------------------------------------- -If you are coming from CVS background, the style of cooperation +If you are coming from a CVS background, the style of cooperation suggested in the previous section may be new to you. You do not -have to worry. Git supports "shared public repository" style of +have to worry. Git supports the "shared public repository" style of cooperation you are probably more familiar with as well. See linkgit:gitcvs-migration[7] for the details. |