summaryrefslogtreecommitdiff
path: root/doc/bugs
diff options
context:
space:
mode:
authorGravatar anarcat <anarcat@web>2015-05-14 20:16:42 +0000
committerGravatar admin <admin@branchable.com>2015-05-14 20:16:42 +0000
commit022c90deaccee4fc47f6936ac0bd830dbe27f46a (patch)
treebc3e4784708b7a219262044d89223efdc33a27dc /doc/bugs
parent2fad764bc54ccfe9b9f08453e6c24c7854d13bbf (diff)
json missing some output?
Diffstat (limited to 'doc/bugs')
-rw-r--r--doc/bugs/transfer_in_progress_not_present_in_json_output.mdwn28
1 files changed, 28 insertions, 0 deletions
diff --git a/doc/bugs/transfer_in_progress_not_present_in_json_output.mdwn b/doc/bugs/transfer_in_progress_not_present_in_json_output.mdwn
new file mode 100644
index 000000000..1e4efe9da
--- /dev/null
+++ b/doc/bugs/transfer_in_progress_not_present_in_json_output.mdwn
@@ -0,0 +1,28 @@
+### Please describe the problem.
+
+i can't find a key in the JSON output of `git annex info` for the "transfer in progress" field. is it missing on purpose? or am I missing some field?
+
+### What steps will reproduce the problem?
+
+<pre>
+git annex info
+git annex info --json
+</pre>
+
+
+### What version of git-annex are you using? On what operating system?
+5.20150406-g2a9fbec debian jessie
+
+### 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
+anarcat@desktop008:mp3$ git annex info --fast --json | grep -i transfer
+anarcat@desktop008:mp3$ git annex info --fast | grep -i transfer
+transfers in progress:
+
+# End of transcript or log.
+"""]]
+
+[[anarcat]]