summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-04-06 12:23:46 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-04-06 12:23:46 -0400
commitbc05a3f5d1c9ec12a7caec8f378ba7239f7b39a9 (patch)
treec565c439e722a69b04d4c824569b3acb0311ae74 /doc
parent231ab195d4832715143843a4374d79136f9687fe (diff)
close
Diffstat (limited to 'doc')
-rw-r--r--doc/bugs/git-annex_add_should_repack_as_it_goes.mdwn8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/bugs/git-annex_add_should_repack_as_it_goes.mdwn b/doc/bugs/git-annex_add_should_repack_as_it_goes.mdwn
index c26e584fb..e9c444857 100644
--- a/doc/bugs/git-annex_add_should_repack_as_it_goes.mdwn
+++ b/doc/bugs/git-annex_add_should_repack_as_it_goes.mdwn
@@ -22,3 +22,11 @@ Darwin pluto.local 12.3.0 Darwin Kernel Version 12.3.0: Sun Jan 6 22:37:10 PST
(Mac OS 10.8.3)
git version 1.8.2
+
+> Based on the benchmarks below, repacking even once does not speed things
+> up; repacking repeatedly as `git annex add` runs would slow things down.
+>
+> It might be worth following up with the git developers why `git commit`
+> scans loose objects after it has already output the commit sha1sum.
+>
+> Don't see any improvements git-annex can make. [[done]] --[[Joey]]