From 6f7a09c50f1b704f818ffc1649307be144a8ec50 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 30 Jan 2020 15:44:11 -0400 Subject: [PATCH] fix quoting --- doc/todo/shorter_keys_through_better_encoding.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/todo/shorter_keys_through_better_encoding.mdwn b/doc/todo/shorter_keys_through_better_encoding.mdwn index b665680a9a..3b33d0cad8 100644 --- a/doc/todo/shorter_keys_through_better_encoding.mdwn +++ b/doc/todo/shorter_keys_through_better_encoding.mdwn @@ -3,5 +3,5 @@ The link targets of annexed files are currently very long. This creates proble Or, if you're tired of backend requests, maybe implement a scheme for external backends, like the one for external special remotes? For external backend EXTNNN the user would put a script git-annex-external-backend-NNN in the path; the script would support commands like calckey, examinekey . Then I could also implement e.g. canonicalizing backends that strip away variable but semantically irrelevant information before computing the checksum. -[[!meta title=avoid duplicating key twice in symlink to object file]] +[[!meta title="avoid duplicating key twice in symlink to object file"]] [[!tag unlikely]]