Values.BatchGetCommitsInputSourceReturns information about the contents of one or more commits in a repository.
type nonrec t = {commitIds : CommitIdsInputList.t;The full commit IDs of the commits to get information about. You must supply the full SHA IDs of each commit. You cannot use shortened SHA IDs.
*)repositoryName : RepositoryName.t;The name of the repository that contains the commits.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of [> `String of ObjectId.t ] list
| `String of RepositoryName.t ])
list ]