summaryrefslogtreecommitdiff
path: root/debian/changelog
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-11-07 15:18:54 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-11-07 15:18:54 -0400
commitcbd2133974a3a848fd25a95b52f1a17d220d5938 (patch)
tree7b47ad580869e636d27332e1fb171918ee5dc2d4 /debian/changelog
parent39933fd1b6408e08549af1f9e852bf711ccf4ad8 (diff)
watcher: Avoid loop when adding a file owned by someone else fails in indirect mode because its permissions cannot be modified.
Adding the file moved it to the annex, and then tried to set the mode. Error unwind then moved the file back, and so the watcher saw the file get deleted and then added back, and so tried again..
Diffstat (limited to 'debian/changelog')
-rw-r--r--debian/changelog2
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 6b50b697f..73b3c3b6b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -13,6 +13,8 @@ git-annex (5.20131102) UNRELEASED; urgency=low
git-annex, but it is passed along to every git command git-annex runs.
* sync: When there are merge conflicts that get automatically resolved,
exit nonzero at the end.
+ * watcher: Avoid loop when adding a file owned by someone else fails
+ in indirect mode because its permissions cannot be modified.
-- Joey Hess <joeyh@debian.org> Sat, 02 Nov 2013 14:54:36 -0400