diff options
-rw-r--r-- | doc/git.mdwn | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/git.mdwn b/doc/git.mdwn index 4b74a2e0f..53fd9efcd 100644 --- a/doc/git.mdwn +++ b/doc/git.mdwn @@ -1,3 +1,5 @@ Git is a distributed revison control system originally developed for the linux kernel. Ikiki supports storing a wiki in git. -(This page needs to be fleshed out with more info.)
\ No newline at end of file +Ikiwiki can run as a post-update hook to update a wiki whenever commits +come in. When running as a [[cgi]] with Git, ikiwiki automatically +commits edited pages, and uses the Git history to generate the [[RecentChanges]] page.
\ No newline at end of file |