summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2012-12-02 17:33:21 -0400
committerGravatar Joey Hess <joey@kitenet.net>2012-12-02 17:33:21 -0400
commitceffe5ff514d9d1da49ca117ff0dd6cf8d026962 (patch)
tree3cfbf6b5253b38ccdfb3ca28f9500a4c114ad914 /doc
parenta08f7c4247caaa294b703357bf43333e12ca9707 (diff)
parent4b935ba90fb4564c10ad24064c49f5753bda5beb (diff)
Merge branch 'master' of ssh://git-annex.branchable.com
Diffstat (limited to 'doc')
-rw-r--r--doc/design/assistant/polls/Android.mdwn2
-rw-r--r--doc/forum/benefit_of_splitting_a_repository/comment_2_4e2fed247298d620fee7be883a1e86a6._comment15
2 files changed, 16 insertions, 1 deletions
diff --git a/doc/design/assistant/polls/Android.mdwn b/doc/design/assistant/polls/Android.mdwn
index d544bdc2c..6cc0c8ddc 100644
--- a/doc/design/assistant/polls/Android.mdwn
+++ b/doc/design/assistant/polls/Android.mdwn
@@ -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"]]
diff --git a/doc/forum/benefit_of_splitting_a_repository/comment_2_4e2fed247298d620fee7be883a1e86a6._comment b/doc/forum/benefit_of_splitting_a_repository/comment_2_4e2fed247298d620fee7be883a1e86a6._comment
new file mode 100644
index 000000000..c102243f4
--- /dev/null
+++ b/doc/forum/benefit_of_splitting_a_repository/comment_2_4e2fed247298d620fee7be883a1e86a6._comment
@@ -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.
+"""]]