]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blobdiff - doc/setup/git_pitfalls.mdwn
* Better error message when a setup file has a syntax error.
[git.ikiwiki.info.git] / doc / setup / git_pitfalls.mdwn
index 4af7c80066d04ca5a81e254005fbc382c39e67ec..c3584775b3564e19b441b429006cff4ef2132b7c 100644 (file)
@@ -13,3 +13,10 @@ I want to collect common problems and their solutions when using Ikiwiki with Gi
 > does a git pull, and manually triggers ikiwiki. Which seems very messy.
 >
 > Am I doing something wrong? --[[Joey]]
+> 
+> Hmm, perhaps I installed the wrapper to the wrong place? I had thought
+> it would go in $SRCDIR/.git/hooks/post-commit, but on second read, I see
+> that [[setup]] says it should be $REPOSITORY/hooks/post-update
+> 
+> That seems to have sorted it. Based on [[this|rcs/git/discussion]], I'm
+> not the only one to trip over how to do this. --[[Joey]]