Module Irmin_git.Metadata

type t = [
  1. | `Normal
  2. | `Exec
  3. | `Everybody
]
include Irmin.Metadata.S with type t := t
include Irmin.Type.Defaultable with type t := t
val t : t Repr__Type.ty
val default : t
val merge : t Irmin.Merge.t

merge is the merge function for metadata.