diff options
author | Simon McVittie <smcv@debian.org> | 2016-12-29 20:46:20 +0000 |
---|---|---|
committer | Simon McVittie <smcv@debian.org> | 2016-12-29 20:46:38 +0000 |
commit | d092b0b77701a4c5cd9c8464b774a6a1da1f02cd (patch) | |
tree | f07778ed3e3d6e25076a29bb2a791cc6ae14c9bf /debian | |
parent | afda05479645ccf64bc2cb534d023c5a8cb0a5ae (diff) | |
download | ikiwiki-d092b0b77701a4c5cd9c8464b774a6a1da1f02cd.tar ikiwiki-d092b0b77701a4c5cd9c8464b774a6a1da1f02cd.tar.gz |
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.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 92d1b5697..7eb10caf3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ ikiwiki (3.20161229.1) UNRELEASED; urgency=medium * git: Attribute reverts to the user doing the revert, not the wiki itself. + * git: Do not disable the commit hook while preparing a revert. -- Simon McVittie <smcv@debian.org> Thu, 29 Dec 2016 20:35:51 +0000 |