summaryrefslogtreecommitdiff
path: root/doc/bugs/transfer_in_progress_not_present_in_json_output.mdwn
blob: a6c8ebe8c71669e9f90c8e3b812939058763a3be (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
### 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]]

> JSON output has to be implemented on a case by case basis for stat
> displays; I've now added it to this and more. [[done]]
> --[[Joey]]