diff options
author | www-data <www-data@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-06-11 19:16:01 +0000 |
---|---|---|
committer | www-data <www-data@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-06-11 19:16:01 +0000 |
commit | 9082bd4c2b0f5b78a7c90aea3af57f736c33a674 (patch) | |
tree | 2e4bed16e6742fe7ec208fa1ece3ed9899776ed0 /doc | |
parent | e5cd6ceee4e1075ada555bc6c7a60f71d5bb65f8 (diff) |
web commit by joey
Diffstat (limited to 'doc')
-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 |