Fixed memory leak; git-annex no longer reads the whole file list from git before starting, and will be much faster with large repos.

This commit is contained in:
Joey Hess 2010-10-30 23:19:33 -04:00
parent 963bfa9673
commit c2651d64bc
2 changed files with 17 additions and 1 deletions

2
debian/changelog vendored
View file

@ -5,6 +5,8 @@ git-annex (0.03) UNRELEASED; urgency=low
* Fix SIGINT handling.
* Fix handling of files with unusual characters in their name.
* Support building with Debian stable's ghc.
* Fixed memory leak; git-annex no longer reads the whole file list
from git before starting, and will be much faster with large repos.
-- Joey Hess <joeyh@debian.org> Thu, 28 Oct 2010 13:46:59 -0400