summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2017-05-25 18:27:01 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2017-05-25 18:28:23 -0400
commit893f5c6b0069bfed1750a58ee6aa38d2d98b1b18 (patch)
tree7b20f41fa2bd987888f08314c755d53d477c055b /CHANGELOG
parent9785222714d65ded2274723c8b0a210c6152ea36 (diff)
Avoid concurrent git-config setting problem when running concurrent threads.
See my comment. This only avoids the problem for -J; two git-annex processes started at the same time could still both try to write to .git/config and one fail. That would be very unlikely though, and it doesn't really seem worth adding an additional layer of locking around .git/config. This commit was supported by the NSF-funded DataLad project.
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index bf9166722..1232b09f1 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -6,6 +6,8 @@ git-annex (6.20170520) UNRELEASED; urgency=medium
a transfer does not resume.
* Fix transfer log file locking problem when running concurrent
transfers.
+ * Avoid concurrent git-config setting problem when running concurrent
+ threads.
-- Joey Hess <id@joeyh.name> Wed, 24 May 2017 14:03:40 -0400