In postgresql, we stored the list of entries in an array (with an arbitrary order); while in Cassandra it is in a table, sorted by name.
Most of the time it does not matter; but some Git directories are not in the right order, which means they cannot be round-tripped through Cassandra.
We need to do something about these.
(Found while working on T75)
Possibly a duplicate of T3595