From 2e4de42d558de4f890b86c0506bfdc9e28144a8b Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 11 Dec 2019 17:08:26 -0400 Subject: [PATCH] bug in this branch --- 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 4a6d2b6dcd..fa92281686 100644 --- a/doc/todo/optimize_by_converting_String_to_ByteString.mdwn +++ b/doc/todo/optimize_by_converting_String_to_ByteString.mdwn @@ -11,6 +11,11 @@ than find so the improvement is not as large. The `bs` branch is in a mergeable state now, but still needs work: +* There's a bug impacting WORM keys with / in the keyname. + The files stored in the git-annex branch used to have the `/` changed + to `_`, but on the bs branch that does not happen. git also outputs + a message about "Ignoring" the file. + * Profile various commands and look for hot spots. * Eliminate all the fromRawFilePath, toRawFilePath, encodeBS,