Irmin_git.Metadata
type t = [
|
`Normal
`Exec
`Link
`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.
merge