mirror of
https://github.com/dolthub/dolt.git
synced 2026-04-27 07:26:31 -05:00
698c21bc67
Fixes #678
7 lines
93 B
Plaintext
7 lines
93 B
Plaintext
struct Commit {
|
|
value: Value
|
|
parents: Set<Ref<Commit>>
|
|
}
|
|
|
|
using Map<String, Ref<Commit>>
|