Values.RevisionSourceRevision detail data for a commit and push that activates a sync attempt
type nonrec t = {branch : GitBranchName.t option;The repository branch.
*)directory : String_.t option;The repository directory changed by a commit and push that activated the sync attempt.
*)repositoryName : RepositoryName.t option;The repository name.
*)repositoryProvider : RepositoryProvider.t option;The repository provider.
*)sha : SHA.t option;The secure hash algorithm (SHA) hash for the revision.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of GitBranchName.t ]) list ]