mirror of
https://github.com/dolthub/dolt.git
synced 2026-05-03 11:30:28 -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>>
|