diff options
author | anarcat <anarcat@web> | 2011-05-14 22:09:22 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-05-14 22:09:22 -0400 |
commit | 0c461b335a0fdb99daa7bb2ea01ab33d3d3aba38 (patch) | |
tree | c144c0ca6c12779e9f1f74454feb54af41f94572 /doc/rcs | |
parent | 41e3be72d2c206939bc7bc1ea07b676e0bc43f54 (diff) | |
download | ikiwiki-0c461b335a0fdb99daa7bb2ea01ab33d3d3aba38.tar ikiwiki-0c461b335a0fdb99daa7bb2ea01ab33d3d3aba38.tar.gz |
note how you need to actually set the git_wrapper so that a regular --setup will create it
Diffstat (limited to 'doc/rcs')
-rw-r--r-- | doc/rcs/git.mdwn | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/rcs/git.mdwn b/doc/rcs/git.mdwn index f10a941c3..1aa54cf24 100644 --- a/doc/rcs/git.mdwn +++ b/doc/rcs/git.mdwn @@ -39,10 +39,10 @@ repositories: git does not support pushing to a repository that has a working directory. This is called _repository_ in [[ikiwiki-makerepo]]'s manual page. This bare repository has a `post-update` hook - that either is or calls ikiwiki's git wrapper, which changes to the + that either is or calls ikiwiki's `git_wrapper`, which changes to the working directory for ikiwiki, does a `git pull`, and refreshes ikiwiki to regenerate the wiki with any new content. The [[setup]] page describes - how to do this. + how to do this, but note, if you are importing from an existing git repository, that ikiwiki will not create the `git_wrapper` unless its path is explicitely set in your `.setup` file. * The second repository is a clone of the bare root repository, and has a working tree which is used as ikiwiki's srcdir for compiling |