From 8ed171c69f1b0428a606e20bf439f03d6d10da96 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 11 Dec 2019 17:12:13 -0400 Subject: [PATCH] more info for debugging --- doc/todo/optimize_by_converting_String_to_ByteString.mdwn | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/todo/optimize_by_converting_String_to_ByteString.mdwn b/doc/todo/optimize_by_converting_String_to_ByteString.mdwn index 26e4c0a943..d190fd0508 100644 --- a/doc/todo/optimize_by_converting_String_to_ByteString.mdwn +++ b/doc/todo/optimize_by_converting_String_to_ByteString.mdwn @@ -21,6 +21,12 @@ The `bs` branch is in a mergeable state now, but still needs work: git config annex.backend WORM git annex addurl http://localhost/~joey/index.html + Hmm, that prints out the Ignoring message, and the file does not get + written to the git-annex branch. But in my big repo, I saw the message + and saw a file in the branch, with `/` in its keyname. Earlier in the + branch, the same key used `_`. (Look for "36bfe385607b32c4d5150404c0" to + find it again.) + * Profile various commands and look for hot spots. * Eliminate all the fromRawFilePath, toRawFilePath, encodeBS, -- 2.30.2