From: kyle Date: Fri, 20 Mar 2020 16:20:05 +0000 (+0000) Subject: Added a comment: comment: introduced by 09df58c4e X-Git-Tag: archive/raspbian/10.20250416-2+rpi1~1^2~122^2~46^2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=903b8348c96ae49a87074af97f73963fb6a5cd20;p=git-annex.git Added a comment: comment: introduced by 09df58c4e --- diff --git a/doc/forum/Git-annex_fsck_backend_warning/comment_1_a504439397db6661788d916cb7c96da1._comment b/doc/forum/Git-annex_fsck_backend_warning/comment_1_a504439397db6661788d916cb7c96da1._comment new file mode 100644 index 0000000000..3b2c56eb9e --- /dev/null +++ b/doc/forum/Git-annex_fsck_backend_warning/comment_1_a504439397db6661788d916cb7c96da1._comment @@ -0,0 +1,30 @@ +[[!comment format=mdwn + username="kyle" + avatar="http://cdn.libravatar.org/avatar/7d6e85cde1422ad60607c87fa87c63f3" + subject="comment: introduced by 09df58c4e" + date="2020-03-20T16:20:05Z" + content=""" +I see these false positive warnings too. This is enough to trigger +the issue on my end: + +[[!format sh \"\"\" +cd \"$(mktemp -d --tmpdir gx-XXXXXXX)\" +git init +git annex init +>foo.txt +git annex add foo.txt +git annex fsck foo.txt +\"\"\"]] + +``` +[...] +fsck foo.txt (checksum...) + foo.txt: Can be upgraded to an improved key format. You can do so by running: git annex migrate --backend=SHA256E foo.txt +ok +``` + +The presence of the warning bisects to 09df58c4e (handle keys with +extensions consistently in all locales, 2020-02-20), which was a part +of the 8.20200226 release. + +"""]]