mirror of
https://github.com/dolthub/dolt.git
synced 2026-02-05 02:59:44 -06:00
7 lines
93 B
Plaintext
7 lines
93 B
Plaintext
struct Commit {
|
|
value: Value
|
|
parents: Set(Ref(Commit))
|
|
}
|
|
|
|
using Map(String, Ref(Commit))
|