Commit.KeySourceKey provides base functions for commit keys.
type t = keyval short_hash : t -> intshort_hash h is a small hash of h, to be used for instance as the `hash` function of an OCaml Hashtbl.
val t : t Irmin.Type.tt is the value type for t.