aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2017-06-09 14:18:58 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2017-06-09 14:18:58 -0400
commit59139af0514552cd05c006afeef6f2316b1cbda7 (patch)
treed772045589f2ba8e0637547ddc26a4f109c3a075 /CHANGELOG
parent600829080f98afdd02f7e04b6b66f8387fc565ca (diff)
disable closingTracked on OSX
Don't trust OSX FSEvents's eventFlagItemModified to be called when the last writer of a file closes it; apparently that sometimes does not happen, which prevented files from being quickly added. This commit was sponsored by John Peloquin on Patreon.
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index d84b3cb8c..305970f84 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -27,6 +27,9 @@ git-annex (6.20170520) UNRELEASED; urgency=medium
into a repository watched by the assistant auto-merge.
* Makefile: Install completions for the fish and zsh shells
when git-annex is built with optparse-applicative-0.14.
+ * assistant: Don't trust OSX FSEvents's eventFlagItemModified to be called
+ when the last writer of a file closes it; apparently that sometimes
+ does not happen, which prevented files from being quickly added.
-- Joey Hess <id@joeyh.name> Wed, 24 May 2017 14:03:40 -0400