9fd3796d93
This change displays the reasons for keeping a snapshot in the table, unless `--compact` is specified.
22 lines
No EOL
323 B
Text
22 lines
No EOL
323 B
Text
{
|
|
"keep": [
|
|
{
|
|
"time": "2016-01-18T12:02:03Z",
|
|
"tree": null,
|
|
"paths": null
|
|
}
|
|
],
|
|
"reasons": [
|
|
{
|
|
"snapshot": {
|
|
"time": "2016-01-18T12:02:03Z",
|
|
"tree": null,
|
|
"paths": null
|
|
},
|
|
"matches": [
|
|
"within 2d"
|
|
],
|
|
"counters": {}
|
|
}
|
|
]
|
|
} |