fix extension
authorJoey Hess <joeyh@joeyh.name>
Fri, 1 May 2020 18:18:57 +0000 (14:18 -0400)
committerJoey Hess <joeyh@joeyh.name>
Fri, 1 May 2020 18:18:57 +0000 (14:18 -0400)
doc/bugs/move_from_ssh_when_not_present_displays_misleading [deleted file]
doc/bugs/move_from_ssh_when_not_present_displays_misleading.mdwn [new file with mode: 0644]

diff --git a/doc/bugs/move_from_ssh_when_not_present_displays_misleading b/doc/bugs/move_from_ssh_when_not_present_displays_misleading
deleted file mode 100644 (file)
index 9d2afa2..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
-When a file is not present on a ssh remote, a move of that file fails
-like this:
-
-       move foo (from r...) 
-         verification of content failed
-         failed
-       move bar (from r...) 
-         Lost connection (fd:24: hGetChar: illegal operation (handle is closed))
-         failed
-
-Both files were not present, so two different failures, and neither message
-bears on the real reason why the move failed.
-
-(Despite the connection having closed, it then was able to move a third file
-that was still present.)
-
-IIRC there was a clear message displayed before git-annex-shell p2pstdio 
-got implemented. --[[Joey]]
diff --git a/doc/bugs/move_from_ssh_when_not_present_displays_misleading.mdwn b/doc/bugs/move_from_ssh_when_not_present_displays_misleading.mdwn
new file mode 100644 (file)
index 0000000..9d2afa2
--- /dev/null
@@ -0,0 +1,18 @@
+When a file is not present on a ssh remote, a move of that file fails
+like this:
+
+       move foo (from r...) 
+         verification of content failed
+         failed
+       move bar (from r...) 
+         Lost connection (fd:24: hGetChar: illegal operation (handle is closed))
+         failed
+
+Both files were not present, so two different failures, and neither message
+bears on the real reason why the move failed.
+
+(Despite the connection having closed, it then was able to move a third file
+that was still present.)
+
+IIRC there was a clear message displayed before git-annex-shell p2pstdio 
+got implemented. --[[Joey]]