]> sipb.mit.edu Git - ikiwiki.git/blobdiff - doc/post-commit.mdwn
* Add --timeformat config option to allow changing how dates are displayed.
[ikiwiki.git] / doc / post-commit.mdwn
index 76c8dfeac96dab892ba64e81450506ebc17282b2..93d85195930589c55ec254eed97b215af827431f 100644 (file)
@@ -1,4 +1,6 @@
-A post-commit hook is run every time you commit a change to your subversion repository. To make the wiki be updated each time a commit is made, it can be run from (or as) a post-commit hook.
+A post-commit hook is run every time you commit a change to your subversion
+repository. To make the wiki be updated each time a commit is made, it can
+be run from (or as) a post-commit hook.
 
 The best way to run ikiwiki in a [[Subversion]] post-commit hook is using
 a wrapper, which can be generated using `ikiwiki --wrapper`.