recommend using the git setup documented in the setup page and not this
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Sun, 21 Oct 2007 00:49:26 +0000 (00:49 +0000)
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Sun, 21 Oct 2007 00:49:26 +0000 (00:49 +0000)
doc/rcs/git/discussion.mdwn

index 57ec252d7548673aef15116670862aa57baf2286..b0a1934d94943bfd69ce3461ea0cd8c52565e817 100644 (file)
@@ -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]]