diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-10-21 00:49:26 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-10-21 00:49:26 +0000 |
commit | 9a060e6c6eb16942588ab261ac39c049ff6bfe1e (patch) | |
tree | 477e7defe457bc1542a17c440cbca9177f2309fe /doc/rcs | |
parent | f2ebb4a127c9ebc3e81c888038621f0b8a157fac (diff) | |
download | ikiwiki-9a060e6c6eb16942588ab261ac39c049ff6bfe1e.tar ikiwiki-9a060e6c6eb16942588ab261ac39c049ff6bfe1e.tar.gz |
recommend using the git setup documented in the setup page and not this
Diffstat (limited to 'doc/rcs')
-rw-r--r-- | doc/rcs/git/discussion.mdwn | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/rcs/git/discussion.mdwn b/doc/rcs/git/discussion.mdwn index 57ec252d7..b0a1934d9 100644 --- a/doc/rcs/git/discussion.mdwn +++ b/doc/rcs/git/discussion.mdwn @@ -27,4 +27,7 @@ Positives: UlrikSverdrup (This is now crossposted to the above mentioned [website][ulrikweb]) -[ulrikweb]: http://www.student.lu.se/~cif04usv/wiki/stuff/git.html
\ No newline at end of file +[ulrikweb]: http://www.student.lu.se/~cif04usv/wiki/stuff/git.html + +> Note that while the post-commit hook above may work in some situations, it *will* fail (or at least be suboptimal) for web commits. If you're setting up ikiwiki and git for a wiki that allows web commits, you should use +> the repository and hook setups in documented in [[setup]] instead. With that method, you do end up with two separate git repos; but it's fine to only back one of them up. :-) --[[Joey]] |