summaryrefslogtreecommitdiff
path: root/doc/todo/wishlist:___96__git_annex_fsck_--checksums__96___--_verify_checksums_but_disregard_annex.numcopies.mdwn
diff options
context:
space:
mode:
Diffstat (limited to 'doc/todo/wishlist:___96__git_annex_fsck_--checksums__96___--_verify_checksums_but_disregard_annex.numcopies.mdwn')
-rw-r--r--doc/todo/wishlist:___96__git_annex_fsck_--checksums__96___--_verify_checksums_but_disregard_annex.numcopies.mdwn12
1 files changed, 0 insertions, 12 deletions
diff --git a/doc/todo/wishlist:___96__git_annex_fsck_--checksums__96___--_verify_checksums_but_disregard_annex.numcopies.mdwn b/doc/todo/wishlist:___96__git_annex_fsck_--checksums__96___--_verify_checksums_but_disregard_annex.numcopies.mdwn
deleted file mode 100644
index 67a7e13e1..000000000
--- a/doc/todo/wishlist:___96__git_annex_fsck_--checksums__96___--_verify_checksums_but_disregard_annex.numcopies.mdwn
+++ /dev/null
@@ -1,12 +0,0 @@
-As the title says, I would like to see an option where git-annex verifies
-that all checksums are OK but not that the required number of copies or
-other possible metrics are fulfilled.
-
--- RichiH
-
-> --numcopies is provided for times when you want to temporarily override
-> annex.numcopies. So, `git annex fsck --numcopies=0`
->
-> I don't see any reason to want to disable the other checks and fixups
-> fsck does (of bad location log data, for example). So, [[done]]
-> --[[Joey]]