* The last release accidentially installed ikiwiki as ikiwiki.pl, now fixed.
[ikiwiki] / doc / git.mdwn
1 Git is a distributed revison control system originally developed for the linux kernel. Ikiki supports storing a wiki in git.
2
3 Ikiwiki can run as a post-update hook to update a wiki whenever commits
4 come in. When running as a [[cgi]] with Git, ikiwiki automatically
5 commits edited pages, and uses the Git history to generate the [[RecentChanges]] page.