summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2011-05-17 11:54:29 -0400
committerGravatar Joey Hess <joey@kitenet.net>2011-05-17 11:54:29 -0400
commit0bf1b36f116ff4744ad1cde74511e1a0202716ce (patch)
tree5709ed0b0c5f8837e88028b3b6d4d09b1a8494c2
parent21d9c84e7292a8984ea5d46c0134ddc6ff19babc (diff)
parent3154dc036abf36c59df28e78da3a8748a8240b67 (diff)
Merge remote-tracking branch 'branchable/master'
-rw-r--r--doc/todo/cache_key_info.mdwn2
-rw-r--r--doc/todo/cache_key_info/comment_1_578df1b3b2cbfdc4aa1805378f35dc48._comment11
2 files changed, 12 insertions, 1 deletions
diff --git a/doc/todo/cache_key_info.mdwn b/doc/todo/cache_key_info.mdwn
index d26d05512..791584836 100644
--- a/doc/todo/cache_key_info.mdwn
+++ b/doc/todo/cache_key_info.mdwn
@@ -10,7 +10,7 @@ But currently two git-annex commands are quite slow when annexes become large
in quantity of files. These are unused and stats
(Both have --fast versions that don't do as much).
-Both are slow because both need two peices of information that are not
+Both are slow because both need two pieces of information that are not
quick to look up, and require examining the whole repo, very seekily:
1. The keys present in the annex. Found by looking thru .git/annex/objects.
diff --git a/doc/todo/cache_key_info/comment_1_578df1b3b2cbfdc4aa1805378f35dc48._comment b/doc/todo/cache_key_info/comment_1_578df1b3b2cbfdc4aa1805378f35dc48._comment
new file mode 100644
index 000000000..086e7f3e8
--- /dev/null
+++ b/doc/todo/cache_key_info/comment_1_578df1b3b2cbfdc4aa1805378f35dc48._comment
@@ -0,0 +1,11 @@
+[[!comment format=mdwn
+ username="https://www.google.com/accounts/o8/id?id=AItOawl9sYlePmv1xK-VvjBdN-5doOa_Xw-jH4U"
+ nickname="Richard"
+ subject="comment 1"
+ date="2011-05-17T07:27:02Z"
+ content="""
+Sounds like a good idea.
+
+* git annex fsck (or similar) should check/rebuild the caches
+* I would simply require a clean tree with a verbose error. 80/20 rule and defaulting to save actions.
+"""]]