aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2017-02-10 15:21:58 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2017-02-10 15:22:28 -0400
commitf765752568381ca2f003c08e9601fb2b5c397b5b (patch)
treea694dfbf4ad4651eadd06e5e89a40f268655a6ba /CHANGELOG
parent25958421abda59fa77fc4bd422ba7878f04f9809 (diff)
Improve pid locking code to work on filesystems that don't support hard links.
Probing for hard link support in the pid locking code is redundant since git-annex init already probes that. But, it didn't seem worth threading that data through; the pid locking code runs at most once per git-annex process, and only on unusual filesystems. Optimising a single hard link and unlink isn't worth it. This commit was sponsored by Francois Marier on Patreon.
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 9e2791286..9a5d181d6 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -49,6 +49,8 @@ git-annex (6.20170102) UNRELEASED; urgency=medium
* import: Added --reinject-duplicates.
* Added git template directory to Linux standalone tarball and OSX
app bundle.
+ * Improve pid locking code to work on filesystems that don't support hard
+ links.
-- Joey Hess <id@joeyh.name> Fri, 06 Jan 2017 15:22:06 -0400