aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2017-01-31 19:42:00 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2017-01-31 19:42:00 -0400
commit593d91f74c2bd7b9fa36e501afb5ed5d292c464e (patch)
tree38a828a14c461ecde0c0a5615be3accb98eb33ef /CHANGELOG
parent7b1f48cbd5d78877ae3a6b6a5415a9bed6df79b2 (diff)
unused: Improved memory use significantly when there are a lot of differences between branches.
Argh, didn't need an accumulator here! I think I use accumulators a lot more than I need to when recusively processing lists.. This commit was sponsored by Jeff Goeke-Smith on Patreon.
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 53bf07753..2854b5f72 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -11,6 +11,8 @@ git-annex (6.20170102) UNRELEASED; urgency=medium
* Some optimisations to string splitting code.
* unused: When large files are checked right into git, avoid buffering
their contents in memory.
+ * unused: Improved memory use significantly when there are a lot
+ of differences between branches.
-- Joey Hess <id@joeyh.name> Fri, 06 Jan 2017 15:22:06 -0400