From: atrent Date: Fri, 13 Nov 2015 07:38:01 +0000 (+0000) Subject: (no commit message) X-Git-Tag: archive/raspbian/10.20250416-2+rpi1~1^2~324^2~26^2~3 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=d3198f23f4469116d6078ecef0b20b3c255112d5;p=git-annex.git --- diff --git a/doc/bugs/detox___34__destroys__34___annex.mdwn b/doc/bugs/detox___34__destroys__34___annex.mdwn index 5fe9810eab..c5b9294576 100644 --- a/doc/bugs/detox___34__destroys__34___annex.mdwn +++ b/doc/bugs/detox___34__destroys__34___annex.mdwn @@ -1,6 +1,6 @@ ### Please describe the problem. -I accidentally (my fault!) run detox (batch file renamer to eliminate spaces etc.) on a git-annex dir, alas detox substitutes every "--" with "-", thus "destroying" my annex. Of course the objects are still there, just renamed so that the symlinks are now all broken. +I accidentally (my fault!) ran detox (batch file renamer to eliminate spaces etc.) on a git-annex dir, alas detox substitutes every "--" with "-", thus "destroying" my annex. Of course the objects are still there, just renamed so that the symlinks are now all broken. I solved it by copying the objects back from my backup (I have many rsynced backups) since I was too lazy to write a script to rename all the files...