]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/commit
git: Do not disable commit hook for temporary working tree
authorSimon McVittie <smcv@debian.org>
Wed, 11 Jan 2017 15:33:21 +0000 (15:33 +0000)
committerSimon McVittie <smcv@debian.org>
Wed, 11 Jan 2017 19:55:10 +0000 (19:55 +0000)
commitefe05d18ae5633d7a186d2cb97377b6e08ea8f4e
treee7a31e678a8f11bbf3aba02401d90aa4c4b324fc
parenta241942f17b8ffbc0d4f3251aad00708271b8344
git: Do not disable commit hook for temporary working tree

We exclude .git/hooks from symlinking into the temporary working tree,
which avoids the commit hook being run for the temporary branch anyway.
This avoids the wiki not being updated if an orthogonal change is
received in process A, while process B prepares a revert that is
subsequently cancelled.

(cherry picked from commit d092b0b77701a4c5cd9c8464b774a6a1da1f02cd)
IkiWiki/Plugin/git.pm