aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs/info_--json_lists_backend_usage_stats_as_a_list_of_lists.mdwn
blob: b84ab32e6a1af9b0e180b08e00674df5ccb4a1fe (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
33
34
### What version of git-annex are you using? On what operating system?

5.20151116+gitg5416a1a-1~ndall+1

### Please provide any additional information below.

[[!format sh """
    "backend usage": [
        [
            "MD5E",
            2
        ],
        [
            "SHA256E",
            2
        ]
    ],
"""]]

instead of more logical

[[!format sh """

    "backend usage": {
         "MD5E": 2,
         "SHA256E": 2
    }
"""]]

also it seems it just doubles them since I have only 2 files, 1 for each backend (as reported also by info "local annex keys": 2). 

[[!meta author=yoh]]

> [[fixed|done]] --[[Joey]]