summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2014-07-04 15:28:07 -0400
committerGravatar Joey Hess <joey@kitenet.net>2014-07-04 15:28:07 -0400
commitb54de1dad4874b7561d2c5a345954b6b5c594078 (patch)
tree38813b24b90673a3da5775ef998ca116f7ebcfd3 /debian
parentcabde6ee2c1574e04e127100c58b77fa776982a8 (diff)
Fix memory leak when committing millions of changes to the git-annex branch
Eg after git-annex add has run on 2 million files in one go. Slightly unhappy with the neeed to use a temp file here, but I cannot see any other alternative (see comments on the bug report). This commit was sponsored by Hamish Coleman.
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog2
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index d08a08715..6ddb7b401 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -16,6 +16,8 @@ git-annex (5.20140614) UNRELEASED; urgency=medium
* Android: patch git to avoid fchmod, which fails on /sdcard.
* Support users who have set commit.gpgsign, by disabling gpg signatures
for git-annex branch commits and commits made by the assistant.
+ * Fix memory leak when committing millions of changes to the git-annex
+ branch, eg after git-annex add has run on 2 million files in one go.
-- Joey Hess <joeyh@debian.org> Mon, 16 Jun 2014 11:28:42 -0400