summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-08-25 21:09:22 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-08-25 21:09:22 -0400
commit6e6162df19ade5ec27b96250e6d8e487e82d4f18 (patch)
treef253058b3ed8108fb1b4f4d08b58cd2fb294c456 /debian
parentd7720d5a1444477991dab6072adeb5491da599d3 (diff)
document insanely good unused change
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog6
1 files changed, 6 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 9df2ba364..e62699178 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,12 @@ git-annex (4.20130816) UNRELEASED; urgency=low
a video, and downloads the video file.
* web special remote: Also support using quvi, for getting files,
or checking if files exist in the web.
+ * unused: Is now a minimum of 30 times faster, and typically many
+ more times than that (when a repository has several branches).
+ (Thanks, guilhem for the patch.)
+ * unused: Bug fix: Files that are only present staged in the index,
+ but not in the tree will not be seen as unused.
+ (Thanks, guilhem for the patch.)
* Debian: Run the builtin test suite as an autopkgtest.
* Debian: Recommend ssh-askpass, which ssh will use when the assistant
is run w/o a tty. Closes: #719832