summaryrefslogtreecommitdiff
path: root/debian/changelog
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2014-06-04 14:03:41 -0400
committerGravatar Joey Hess <joey@kitenet.net>2014-06-04 14:03:41 -0400
commit4806fcbd7a7b32fa635b7972adf8046dc2333f93 (patch)
treedcc5c40bdb3e4d547f95716aeb529b0d34aa0e63 /debian/changelog
parentad4863a4035f9e367d7fd685b00c768f69cc9c3d (diff)
unused: Avoid checking view branches for unused files.
This avoids a potential slowdown when using lots of views. I think that it makes sense for unused to ignore (local) view branches, since these are by definition supposed to be views of an existing branch, so looking at the branch should be sufficient (and if the view is out of date and has files that have since been deleted from the branch, the user's intent is not to preserve those from unused reaping).
Diffstat (limited to 'debian/changelog')
-rw-r--r--debian/changelog1
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 1829325a3..0de7c25f8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,7 @@ git-annex (5.20140530) UNRELEASED; urgency=medium
preferred content settings when enabling or combining with
an already existing remote.
* assistant: Make sanity checker tmp dir cleanup code more robust.
+ * unused: Avoid checking view branches for unused files.
-- Joey Hess <joeyh@debian.org> Thu, 29 May 2014 20:10:59 -0400