Showing 1 changed files with 3 additions and 3 deletions
+3 -3
README.md
... ...
@@ -197,7 +197,7 @@ It is useful to write configuration in ***gitprep.my.conf***, not gitprep.conf.
197 197
 ### blame don't work
198 198
 
199 199
 In Gitprep, blame page use "git blame --line-porcelain". In old git, there is no --line-porcelain option.
200
-We don't know when --line-porcelain is added to git.
200
+We don't know when --line-porcelain was added to git.
201 201
 At least, blame page work well in git 1.8.2.1.
202 202
 
203 203
 ### How to upgrade GitPrep
... ...
@@ -208,9 +208,9 @@ If you want to upgrade by "git pull", you can do it.
208 208
 you create "gitprep.my.conf" copied from "gitprep.my.conf",
209 209
 and do "git pull"
210 210
 
211
-### I can't push learge repository by http protocal
211
+### I can't push large repository by http protocal
212 212
 
213
-Manye http.postBuffer value of git config is small. Input the following command to increase this size.
213
+Maybe http.postBuffer value of git config is small. Input the following command to increase this size.
214 214
 
215 215
     git config http.postBuffer 104857600
216 216