Showing 2 changed files with 18 additions and 0 deletions
+2
CHANGES
... ...
@@ -1,3 +1,5 @@
1
+1.3
2
+  - add README.md support
1 3
 1.2
2 4
   - add blame page
3 5
   - add blanch import feature
+16
README.md
... ...
@@ -192,6 +192,22 @@ If you have git, it is easy to install from git.
192 192
 
193 193
 It is useful to write configuration in ***gitprep.my.conf***, not gitprep.conf.
194 194
 
195
+## FAQ
196
+
197
+### blame don't work
198
+
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.
201
+At least, blame page work well in git 1.8.2.1.
202
+
203
+### How to upgrade GitPrep
204
+
205
+It is ver easy. you only overwrite all files except for "gitprep.conf".
206
+
207
+If you want to upgrade by "git pull", you can do it.
208
+you create "gitprep.my.conf" copied from "gitprep.my.conf",
209
+and do "git pull"
210
+
195 211
 ## Web Site
196 212
 
197 213
 [GitPrep Web Site](http://perlcodesample.sakura.ne.jp/gitprep-site/)