From 8562e6096ca9a6819c04b4fd1938202ccd68c701 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 30 Jun 2011 01:16:53 -0400 Subject: v3 is now faster than v2 Rebenchmarked v2 vs v3, and v3 is now actually faster. Yes, storing data in git, using git as a filesystem is actually faster than just using the filesystem. If you do it just right. :) --- debian/changelog | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index f84f8ab49..9013abd13 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,12 +1,13 @@ git-annex (3.20110625) UNRELEASED; urgency=low + * Sped back up fsck, copy --from, and other commands that often + have to read a lot of information from the git-annex branch. Such + commands are now faster than they were before introduction of the + git-annex branch. * 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. - * Fix encoding of utf-8 etc when storing the description of repository + * Avoid mangling encoding when storing the description of repository and other content. -- Joey Hess Sun, 26 Jun 2011 21:01:06 -0400 -- cgit v1.2.3