added todo: add option to disable fsck upgradable key warnings

This commit is contained in:
Ilya_Shlyakhter 2020-03-07 21:01:41 +00:00 committed by admin
parent c9a4443a24
commit 5dedcc9953

View file

@ -0,0 +1 @@
Currently [[`git-annex-fsck`|git-annex-fsck]] gives a warning for all my files stored with MD5 keys that they can be upgraded to the more secure SHA256: `Can be upgraded to an improved key format. You can do so by running: git annex migrate`. In my case the key choice is deliberate, so it would be good if this warning could be disabled, to prevent it from drowning out more serious ones.