From: joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Date: Sun, 21 Oct 2007 00:45:13 +0000 (+0000)
Subject: ok, think I figured it out
X-Git-Tag: 2.10~7
X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/commitdiff_plain/f2ebb4a127c9ebc3e81c888038621f0b8a157fac

ok, think I figured it out
---

diff --git a/doc/setup/git_pitfalls.mdwn b/doc/setup/git_pitfalls.mdwn
index 4af7c8006..14ef1e569 100644
--- a/doc/setup/git_pitfalls.mdwn
+++ b/doc/setup/git_pitfalls.mdwn
@@ -13,3 +13,11 @@ 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]] and 
+> [[this|rcs/git/gitmanual]], I'm not the only one to trip over how to do
+> this. --[[Joey]]