summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2011-06-30 01:16:53 -0400
committerGravatar Joey Hess <joey@kitenet.net>2011-06-30 01:16:53 -0400
commit8562e6096ca9a6819c04b4fd1938202ccd68c701 (patch)
tree8b4d8961efbe39dda8d38b93a34261aeb3e7bdc4
parent2cda9d0a0fcdd1cc2aebc066ef19282fbe36e898 (diff)
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. :)
-rw-r--r--debian/changelog9
1 files 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 <joeyh@debian.org> Sun, 26 Jun 2011 21:01:06 -0400