aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2016-01-29 13:20:24 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2016-01-29 13:20:24 -0400
commit06da0e06162cf62d2bac67c8d8da7160e0d0c74d (patch)
treeff3e370e1472452e9d265699fe95fc66363a93e3 /doc/bugs
parent5a6ca3a66b1d7cc87ff544cb713f07133da36ca0 (diff)
Fix reversion in lookupkey, contentlocation, and examinekey which caused them to sometimes output side messages.
Diffstat (limited to 'doc/bugs')
-rw-r--r--doc/bugs/lookupkey_started_to_spit_out___34__debug__34___messages_to_stdout.mdwn2
-rw-r--r--doc/bugs/lookupkey_started_to_spit_out___34__debug__34___messages_to_stdout/comment_1_740035f35d149f453e66c3ed03d525b5._comment10
2 files changed, 12 insertions, 0 deletions
diff --git a/doc/bugs/lookupkey_started_to_spit_out___34__debug__34___messages_to_stdout.mdwn b/doc/bugs/lookupkey_started_to_spit_out___34__debug__34___messages_to_stdout.mdwn
index 5f3d0a6b1..265005c9e 100644
--- a/doc/bugs/lookupkey_started_to_spit_out___34__debug__34___messages_to_stdout.mdwn
+++ b/doc/bugs/lookupkey_started_to_spit_out___34__debug__34___messages_to_stdout.mdwn
@@ -37,3 +37,5 @@ SHA256E-s4--181210f8f9c779c26da1d9b2075bde0127302ee0e3fca38c9a83f5b1dd8e5d3b.dat
I guess I will just skip all lines starting with ( for now but thought to let you know about such changed behavior which might complicate pipelining etc
[[!meta author=yoh]]
+
+> [[fixed|done]] --[[Joey]]
diff --git a/doc/bugs/lookupkey_started_to_spit_out___34__debug__34___messages_to_stdout/comment_1_740035f35d149f453e66c3ed03d525b5._comment b/doc/bugs/lookupkey_started_to_spit_out___34__debug__34___messages_to_stdout/comment_1_740035f35d149f453e66c3ed03d525b5._comment
new file mode 100644
index 000000000..054c6919c
--- /dev/null
+++ b/doc/bugs/lookupkey_started_to_spit_out___34__debug__34___messages_to_stdout/comment_1_740035f35d149f453e66c3ed03d525b5._comment
@@ -0,0 +1,10 @@
+[[!comment format=mdwn
+ username="joey"
+ subject="""comment 1"""
+ date="2016-01-29T17:16:57Z"
+ content="""
+Argh, that was a dumb mistake. I've fixed this in git.
+
+A better workaround would be to use --quiet which will silence all messages
+except the main command output.
+"""]]