Module Branch.String

String is an implementation of S where branches are strings. The master branch is "master". Valid branch names contain only alpha-numeric characters, -, _, ., and /.

type t = string

The type for branches.

val t : t 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.