diff options
author | https://www.google.com/accounts/o8/id?id=AItOawnx8kHW66N3BqmkVpgtXDlYMvr8TJ5VvfY <Yaroslav@web> | 2014-01-18 06:13:20 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2014-01-18 06:13:20 +0000 |
commit | 8a739da91b2ab99a0bc217f77a4034c4e92f7dda (patch) | |
tree | 886cdafdde3457f9bccbc6951a56b2dab3226d6a /doc | |
parent | b3a4e2abcd6452c557fe3faaac452e108f626fe2 (diff) |
Diffstat (limited to 'doc')
-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. +"""]] |