(no commit message)
authoratrent <atrent@web>
Fri, 13 Nov 2015 07:38:01 +0000 (07:38 +0000)
committeradmin <admin@branchable.com>
Fri, 13 Nov 2015 07:38:01 +0000 (07:38 +0000)
doc/bugs/detox___34__destroys__34___annex.mdwn

index 5fe9810eab53cfb80882ac594f70439434c26386..c5b9294576e00a1e615ff46dd7434098ff2d912a 100644 (file)
@@ -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...