diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-08-23 21:11:49 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-08-23 21:11:49 +0000 |
commit | 1a99ccdd84d685d7955eec8ad3e0b9871a959400 (patch) | |
tree | b83c44c1135549ff2e41fc77896963646332d407 /doc | |
parent | 46c33b38324e9e71a9126f1aabd5e73e3358b22b (diff) | |
download | ikiwiki-1a99ccdd84d685d7955eec8ad3e0b9871a959400.tar ikiwiki-1a99ccdd84d685d7955eec8ad3e0b9871a959400.tar.gz |
update
Diffstat (limited to 'doc')
-rw-r--r-- | doc/subversion.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/subversion.mdwn b/doc/subversion.mdwn index cd35511c0..7cb994c1a 100644 --- a/doc/subversion.mdwn +++ b/doc/subversion.mdwn @@ -1,7 +1,7 @@ [Subversion](http://subversion.tigris.org/) is a revision control system. While ikiwiki is relatively independent of the underlying revision control system, and can easily be used without one, using it with Subversion is recommended since it's how -the author uses it. +the author uses it. ([[Git]] is another option.) Ikiwiki can run as a [[post-commit]] hook to update a wiki whenever commits come in. When running as a [[cgi]] with Subversion, ikiwiki automatically |