Up

module As_git

: sig

Extract information from Git repositories.

#
val head : unit -> string option

head () is the tip's SHA1 of the current project.

#
val describe : ?chop_v:bool -> unit -> string option

desrcibe () is the output of git describe.

end