summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2016-07-12 13:44:17 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2016-07-12 13:44:17 -0400
commit50c57ea1c0ec659e565578e9011e3111e6b11898 (patch)
treed7083f122423faaa10434288efb235d42dc93b71
parent6eaf1e333399625f48f03fb504811a397ab9e0cc (diff)
response
-rw-r--r--doc/forum/Fsck_by_refs_or_keys__63__/comment_1_345daa76cdd13538054e886a755bf29d._comment14
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/forum/Fsck_by_refs_or_keys__63__/comment_1_345daa76cdd13538054e886a755bf29d._comment b/doc/forum/Fsck_by_refs_or_keys__63__/comment_1_345daa76cdd13538054e886a755bf29d._comment
new file mode 100644
index 000000000..bd5f3f754
--- /dev/null
+++ b/doc/forum/Fsck_by_refs_or_keys__63__/comment_1_345daa76cdd13538054e886a755bf29d._comment
@@ -0,0 +1,14 @@
+[[!comment format=mdwn
+ username="joey"
+ subject="""comment 1"""
+ date="2016-07-12T17:41:35Z"
+ content="""
+Currently the only way to do that is to make a clone of the bare repsitory
+that's not bare. Then run `git annex fsck --from origin` inside the clone.
+This is more efficient when the clone is on the same disk as the bare
+repository.
+
+Another way to deal with it is to use `git annex dead --key` to
+make fsk stop complaining about the specific keys that you don't mind are
+gone.
+"""]]