diff options
author | Joey Hess <joey@kitenet.net> | 2011-06-29 14:52:09 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-06-29 14:52:09 -0400 |
commit | 2cefe813fa2004f7a8ec488bc4420e047a58034f (patch) | |
tree | 405bef2042b2f7a8b5141c4bc00a71435cd531e6 /doc/rcs/git.mdwn | |
parent | e8bc419d6d5b0170e2653eac9b5cf4f4c9bef401 (diff) | |
download | ikiwiki-2cefe813fa2004f7a8ec488bc4420e047a58034f.tar ikiwiki-2cefe813fa2004f7a8ec488bc4420e047a58034f.tar.gz |
add diagram of git repos
Diffstat (limited to 'doc/rcs/git.mdwn')
-rw-r--r-- | doc/rcs/git.mdwn | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/rcs/git.mdwn b/doc/rcs/git.mdwn index 1aa54cf24..3459b4575 100644 --- a/doc/rcs/git.mdwn +++ b/doc/rcs/git.mdwn @@ -5,6 +5,8 @@ the Linux kernel. Ikiwiki supports storing a wiki in git. [git]: http://git.or.cz/ +[[!img wiki_edit_flow.svg size=490x float=right]] + 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 |