We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f8d61f commit f6c0e6dCopy full SHA for f6c0e6d
gitoxide-core/src/repository.rs
@@ -59,8 +59,8 @@ pub mod verify {
59
serde_json::to_writer_pretty(
60
out,
61
&serde_json::json!({
62
- "index-statistics" : outcome.index_statistics,
63
- "loose-object-stores" : outcome.loose_object_stores
+ "index_statistics" : outcome.index_statistics,
+ "loose_object-stores" : outcome.loose_object_stores
64
}),
65
)?;
66
}
tests/snapshots/plumbing/repository/verify/success-format-json
@@ -1,6 +1,6 @@
1
{
2
- "index-statistics": [],
3
- "loose-object-stores": [
+ "index_statistics": [],
+ "loose_object-stores": [
4
5
"path": "./.git/objects",
6
"statistics": {
0 commit comments