irmin-git
Irmin_git.Metadata
irmin-git.unix
type t = [
| `Normal
| `Exec
| `Link
| `Everybody
]
include Irmin.Metadata.S with type t := t
include Irmin.Type.Defaultable with type t := t
include Irmin.Type.S with type t := t
val t : t Repr__.Type.t
val default : t
val merge : t Irmin.Merge.t
merge is the merge function for metadata.
merge