diff options
author | Joey Hess <joey@kitenet.net> | 2014-01-18 12:01:40 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2014-01-18 12:01:40 -0400 |
commit | 196dacb6758b2284448cb2f9e1ba6e0e67a46534 (patch) | |
tree | fa13ef76696c826391df01abf8297caa120bcb32 /doc/bugs/--json_is_broken_for_status.mdwn | |
parent | 8b7b01c1b38635b309f4e90c8369c3258766f181 (diff) | |
parent | 4256db176cafa434744ea34dbe8436aaf6e33eac (diff) |
Merge branch 'master' of ssh://git-annex.branchable.com
Diffstat (limited to 'doc/bugs/--json_is_broken_for_status.mdwn')
-rw-r--r-- | doc/bugs/--json_is_broken_for_status.mdwn | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/doc/bugs/--json_is_broken_for_status.mdwn b/doc/bugs/--json_is_broken_for_status.mdwn new file mode 100644 index 000000000..ef67a413b --- /dev/null +++ b/doc/bugs/--json_is_broken_for_status.mdwn @@ -0,0 +1,31 @@ +### Please describe the problem. + +bad json produced + +### What steps will reproduce the problem? + + +[[!format sh """ +$> git annex status --json +,"success":true} + +in another one + +$> git annex status --json +D hardware/g-box/builds/mine/.#yoh-debug-lastdidnotconnect.txt +,"success":true} +"""]] + +### What version of git-annex are you using? On what operating system? + +Debian sid 5.20140116 + +### Please provide any additional information below. + +[[!format sh """ +# If you can, paste a complete transcript of the problem occurring here. +# If the problem is with the git-annex assistant, paste in .git/annex/daemon.log + + +# End of transcript or log. +"""]] |