Module Irmin_git.Metadata

type t = [
| `Normal
| `Exec
| `Everybody
]

The type for metadata.

val t : t Irmin.Type.t

t is the value type for t.

val merge : t Irmin.Merge.t

merge is the merge function for metadata.

val default : t

The default metadata to attach, for APIs that don't care about metadata.