Fix memory leak in last release, which affected commands like git-annex status when a large non-annexed file is present in the work tree.
The whole file was strictly read, and so buffered in memory, and remained buffered for some time when running git-annex status.
This commit is contained in:
parent
e1a858f87e
commit
b0081598c7
2 changed files with 18 additions and 12 deletions
3
debian/changelog
vendored
3
debian/changelog
vendored
|
@ -1,6 +1,9 @@
|
|||
git-annex (6.20160218) UNRELEASED; urgency=medium
|
||||
|
||||
* Update perlmagick build dependency. Closes: #789225
|
||||
* Fix memory leak in last release, which affected commands like
|
||||
git-annex status when a large non-annexed file is present in the work
|
||||
tree.
|
||||
|
||||
-- Joey Hess <id@joeyh.name> Thu, 18 Feb 2016 13:09:21 -0400
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue