Module Irmin_git.Branch

one-to-one mapping between Irmin and Git branches.

module type S = sig ... end
module Make (B : Irmin.Branch.S) : S with type t = B.t