Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
val id : t -> Current_git.Commit_id.t
The commit ID, which can be used to fetch it.
set_status commit context status
sets the status of commit
/context
to status
.
val owner_name : t -> string
owner_name t
is the "owner/name" string identifying the repository.
val hash : t -> string
hash t
is the Git commit hash of t
.
val pp : t Fmt.t
val uri : t -> Uri.t
uri t
is a URI for the GitHub web page showing t
.