diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-10-21 00:45:13 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-10-21 00:45:13 +0000 |
commit | f2ebb4a127c9ebc3e81c888038621f0b8a157fac (patch) | |
tree | 95d323174ea6568fb65c0716f0220b27e3ba2763 | |
parent | d033b2b9860de176e01c77a20b599b9b0e4b59f5 (diff) | |
download | ikiwiki-f2ebb4a127c9ebc3e81c888038621f0b8a157fac.tar ikiwiki-f2ebb4a127c9ebc3e81c888038621f0b8a157fac.tar.gz |
ok, think I figured it out
-rw-r--r-- | doc/setup/git_pitfalls.mdwn | 8 |
1 files changed, 8 insertions, 0 deletions
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]] |