remove file added in order to break ikiwiki (?)

This commit is contained in:
Joey Hess 2014-03-17 14:02:32 -04:00
parent 6a0dd55708
commit a1541fe5da
Failed to extract signature

View file

@ -1,3 +0,0 @@
I tested today to access a rsync special remote on a linux machine from git annex in windows.
Launching in debug mode, I noticed that the path on the remote server is a mix between correct linux and incorrect windows path. The path to the storage directory is correctly in linux style, but the path in the hash are in windows style, style that rsync doesn't accept.
Is it possible to force a style for path separator for a given remote?