summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2016-08-03 13:41:07 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2016-08-03 13:41:07 -0400
commite38ae12506c878b98779465bef167446bff506f9 (patch)
tree0dc7f352ad120de99d271f23f2936beefc5f7cd6 /CHANGELOG
parent508517de485e77196a8d8e33558f4185c50dea96 (diff)
Re-enable accumulating transfer failure log files for command-line actions
This was disabled in commit 7ca8bf3321d1b62ea4e817e28914ed2fa56afe30, because only the assistant used them, and they were clutter. But, now --failed also uses them. Remove the failure log files after successful transfers. Should avoid most of the clutter problems. Commit 7ca8bf3321d1b62ea4e817e28914ed2fa56afe30 mentions a subtle behavior change, which has now been reverted: There is one behavior change from this. If glacier is being used, and a manual git annex get --from glacier fails because the file isn't available yet, the assistant will no longer later see that failed transfer file and retry the get.
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index bb8705a39..80e63bb43 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -22,6 +22,9 @@ git-annex (6.20160726) UNRELEASED; urgency=medium
the content is present locally.
* get, move, copy, mirror: Added --failed switch which retries
failed copies/moves.
+ * Re-enable accumulating transfer failure log files for command-line
+ actions (disabled in 5.20150522), and remove the log files after
+ successful transfers.
-- Joey Hess <id@joeyh.name> Wed, 20 Jul 2016 12:03:15 -0400