diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-09-12 18:40:03 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-09-12 18:40:03 +0000 |
commit | 0c377f2975b6e75f7ee0c7168fea2a1b300d99d0 (patch) | |
tree | 20604b6ef968c4453b5b919df532511c658c4809 /doc/rcs | |
parent | 8a2296fa8564ab31a18403c871b2de4c8dedc9d3 (diff) | |
download | ikiwiki-0c377f2975b6e75f7ee0c7168fea2a1b300d99d0.tar ikiwiki-0c377f2975b6e75f7ee0c7168fea2a1b300d99d0.tar.gz |
web commit by UlrikSverdrup: minor: markup
Diffstat (limited to 'doc/rcs')
-rw-r--r-- | doc/rcs/git/discussion.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/rcs/git/discussion.mdwn b/doc/rcs/git/discussion.mdwn index 3f8fcf992..da162938a 100644 --- a/doc/rcs/git/discussion.mdwn +++ b/doc/rcs/git/discussion.mdwn @@ -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: |