summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2011-06-29 21:23:40 -0400
committerGravatar Joey Hess <joey@kitenet.net>2011-06-29 21:47:31 -0400
commite1c18ddec455e5d1259ab46ccccbe6a9c7079de6 (patch)
tree260e2570f87c85508712aa355b9c60531c67f08b /debian
parent8725fde5c66984d9769558a07612361b112be58f (diff)
Sped back up fsck, copy --from etc
All commands that often have to read a lot of information from the git-annex branch should now be nearly as fast as before the branch was introduced. Before fsck was taking approximatly 3 hours, now it's running in 8 minutes. The code is very nasty. It should be rewritten to read the header line from git cat-file, and then read the specified number of bytes of content.
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog3
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 5dff0bbe5..a87a89860 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,9 @@ git-annex (3.20110625) UNRELEASED; urgency=low
* Always ensure git-annex branch exists.
* Modify location log parser to allow future expansion.
* --force will cause add, etc, to operate on ignored files.
+ * Sped back up fsck, copy --from, and other commands that often
+ have to read a lot of information from the git-annex branch. Should
+ now be nearly as fast as before the branch was introduced.
-- Joey Hess <joeyh@debian.org> Sun, 26 Jun 2011 21:01:06 -0400