Module Git.Commit

A Git Commit object.

module type S = sig ... end
module Make : functor (Hash : sig ... end) -> S with module Hash := Hash

The functor to make the OCaml representation of the Git Commit object by a specific hash implementation.