From: joey Date: Wed, 12 Sep 2007 16:03:38 +0000 (+0000) Subject: web commit by UlrikSverdrup: small small cleanup. link to howto about git and ikiwiki X-Git-Tag: 2.8~14 X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/commitdiff_plain/a89f6cb1a0dc6d2f748866f8970dff1a6f55980e web commit by UlrikSverdrup: small small cleanup. link to howto about git and ikiwiki --- diff --git a/doc/rcs/git.mdwn b/doc/rcs/git.mdwn index 6d6d622c7..6bcb8abe9 100644 --- a/doc/rcs/git.mdwn +++ b/doc/rcs/git.mdwn @@ -1,10 +1,16 @@ [[meta title="Git"]] -[Git](http://git.or.cz) is a distributed revison control system originally developed for the Linux kernel. Ikiwiki supports storing a wiki in git. +[Git][git] is a distributed revison control system originally developed for the Linux kernel. Ikiwiki supports storing a wiki in git. + +[git]: http://git.or.cz/ 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. +Links: + +* [[Editing_wiki_pages_manually with git|GitManual]] +* [HOWTO: ikiwiki + git][howto] -[[Editing_wiki_pages_manually|GitManual]] \ No newline at end of file +[howto]: http://fob.po8.org/node/346 \ No newline at end of file