From 7a41f94e8435224e69c8ee82db87753500f1360e Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 11 Dec 2019 17:09:50 -0400 Subject: [PATCH] add test case for bug --- doc/todo/optimize_by_converting_String_to_ByteString.mdwn | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/todo/optimize_by_converting_String_to_ByteString.mdwn b/doc/todo/optimize_by_converting_String_to_ByteString.mdwn index fa92281686..26e4c0a943 100644 --- a/doc/todo/optimize_by_converting_String_to_ByteString.mdwn +++ b/doc/todo/optimize_by_converting_String_to_ByteString.mdwn @@ -16,6 +16,11 @@ The `bs` branch is in a mergeable state now, but still needs work: to `_`, but on the bs branch that does not happen. git also outputs a message about "Ignoring" the file. + Test case: + + git config annex.backend WORM + git annex addurl http://localhost/~joey/index.html + * Profile various commands and look for hot spots. * Eliminate all the fromRawFilePath, toRawFilePath, encodeBS,