]> sipb.mit.edu Git - ikiwiki.git/commitdiff
web commit by UlrikSverdrup: minor: markup
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Wed, 12 Sep 2007 18:40:03 +0000 (18:40 +0000)
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Wed, 12 Sep 2007 18:40:03 +0000 (18:40 +0000)
doc/rcs/git/discussion.mdwn

index 3f8fcf992ff26871771f772b5546360864f54bae..da162938afcc1df917fd1df3011e827eef3a6380 100644 (file)
@@ -7,7 +7,7 @@ Otherwise, I hope migrating is just importing the svn repo to git and then setti
 ### Solution ###
 **Basis:** I only use ikiwiki as a wiki compiler. No cgi or anything.
 
-I imported my svn repo into git with git-svnimport. I reconfigured ikiwiki to _not use any rcs_. In `ikiwiki.setup`, I have the git repository as srcdir, and a suitable dstdir. 
+I imported my svn repo into git with `git-svnimport`. I reconfigured ikiwiki to _not use any rcs_. In `ikiwiki.setup`, I have the git repository as srcdir, and a suitable dstdir. 
 
 Then, in my git repository, I added this `post-commit` hook to refresh the wiki: