mirror of
https://github.com/dolthub/dolt.git
synced 2026-02-04 18:49:00 -06:00
Before:
```json
{"cb":[{"ref":"sha1-x"},lengthX,{"ref":"sha1-y"},lengthY]}
```
After:
```json
{"cb":["sha1-x",lengthX,"sha1-y",lengthY]}
```
Fixes #170