Module Irmin_git.Reference

include Irmin.Branch.S with type t = reference
type t = reference

The type for branches.

val t : t Irmin.Type.t

t is the value type for t.

val master : t

The name of the master branch.

val is_valid : t -> bool

Check if the branch is valid.

val pp_ref : t Fmt.t
val of_ref : string -> (t[ `Msg of string ]) Stdlib.result