summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2011-11-27 13:50:05 -0400
committerGravatar Joey Hess <joey@kitenet.net>2011-11-27 13:50:05 -0400
commit2bf3addf4997023584e32812a9d8cbc46833d672 (patch)
tree9d15c56bc36c20793336238c223f6382e2694818 /doc
parent9a67f9cb8d0ce6da314b080228ac2cea55ee612a (diff)
Bugfix: dropunused did not drop keys with two spaces in their name.
Diffstat (limited to 'doc')
-rw-r--r--doc/bugs/dropunused_doesn__39__t_handle_double_spaces_in_filename.mdwn4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/bugs/dropunused_doesn__39__t_handle_double_spaces_in_filename.mdwn b/doc/bugs/dropunused_doesn__39__t_handle_double_spaces_in_filename.mdwn
index 930e23ea9..a6b44cd2a 100644
--- a/doc/bugs/dropunused_doesn__39__t_handle_double_spaces_in_filename.mdwn
+++ b/doc/bugs/dropunused_doesn__39__t_handle_double_spaces_in_filename.mdwn
@@ -81,3 +81,7 @@ Output:
ok
Strange that `dropunused` still said "ok" when it didn't succeed at removing the file.
+
+> It was misparsing the unused file, so it thought you'd asked it to drop a
+> key that didn't exist (which means already dropped) so no error. I've
+> fixed the bug. [[done]] --[[Joey]]