[PATCH] use it's and its correctly in documentation
At one place in Documentation/tutorial.txt and several in the base README, its was wrongly used in place of it's or vice versa. One instance remains somewhere in Documentation/howto/, which I didn't correct because it's in a quotation. Signed-off-by: Greg Louis <glouis@dynamicro.ca> Signed-off-by: Junio C Hamano <junkio@cox.net>
This commit is contained in:

committed by
Junio C Hamano

parent
fbfd60d651
commit
cdacb6208f
@ -891,7 +891,7 @@ an empty directory:
|
||||
mkdir my-git.git
|
||||
|
||||
Then, make that directory into a GIT repository by running
|
||||
git-init-db, but this time, since it's name is not the usual
|
||||
git-init-db, but this time, since its name is not the usual
|
||||
".git", we do things slightly differently:
|
||||
|
||||
GIT_DIR=my-git.git git-init-db
|
||||
|
Reference in New Issue
Block a user