From 37f5f009230314c2fd5b3d565decbf17c31a9acf Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 13 Aug 2019 16:45:24 -0400 Subject: [PATCH] fixed --- doc/bugs/windows_fails_import_export_tests.mdwn | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/bugs/windows_fails_import_export_tests.mdwn b/doc/bugs/windows_fails_import_export_tests.mdwn index f502f9c96b..d8861fa33d 100644 --- a/doc/bugs/windows_fails_import_export_tests.mdwn +++ b/doc/bugs/windows_fails_import_export_tests.mdwn @@ -28,3 +28,5 @@ so the hook can be installed and will work. On Windows, a hook can start with #!/bin/sh and not be executable, and will be run by the bash bundled with git for windows. --[[Joey]] + +> [[fixed|done]]; 100% test pass on windows now --[[Joey]]