Values.GetCommitInputSourceRepresents the input of a get commit operation.
type nonrec t = {repositoryName : RepositoryName.t;The name of the repository to which the commit was made.
*)commitId : ObjectId.t;The commit ID. Commit IDs are the full SHA ID of the commit.
*)}