Merge branch 'master' of ssh://git-annex.branchable.com

This commit is contained in:
Joey Hess 2012-12-02 17:33:21 -04:00
commit 98231b3248
2 changed files with 16 additions and 1 deletions

View file

@ -15,4 +15,4 @@ git-annex.
Or, I can work on [[Android_porting|design/assistant/android]], and try to
get the assistant working on Android's built-in storage.
[[!poll open=yes 55 "solve the symlink problem first" 15 "port to Android first" 0 "other"]]
[[!poll open=yes 56 "solve the symlink problem first" 15 "port to Android first" 0 "other"]]

View file

@ -0,0 +1,15 @@
[[!comment format=mdwn
username="https://www.google.com/accounts/o8/id?id=AItOawlgyVag95OnpvSzQofjyX0WjW__MOMKsl0"
nickname="Sehr"
subject="comment 2"
date="2012-12-02T19:24:59Z"
content="""
The biggest problem I am facing actually is the git pack-objects command, which takes forever.
I am not starting it manually, but \"git annex sync\" is.
Any advice on how to make this faster?
Does it make sense at all to pack a bunch of uncompressible simlinks?
I already tried the delta=false attrigute, without any (major) effect.
"""]]