Values.CreateCommitOutputSourceCreates a commit for a repository on the tip of a specified branch.
type nonrec t = {commitId : ObjectId.t option;The full commit ID of the commit that contains your committed file changes.
*)treeId : ObjectId.t option;The full SHA-1 pointer of the tree information for the commit that contains the commited file changes.
*)filesAdded : FilesMetadata.t option;The files added as part of the committed file changes.
*)filesUpdated : FilesMetadata.t option;The files updated as part of the commited file changes.
*)filesDeleted : FilesMetadata.t option;The files deleted as part of the committed file changes.
*)}type nonrec error = [ | `BranchDoesNotExistException of BranchDoesNotExistException.t| `BranchNameIsTagNameException of BranchNameIsTagNameException.t| `BranchNameRequiredException of BranchNameRequiredException.t| `CommitMessageLengthExceededException of CommitMessageLengthExceededException.t| `DirectoryNameConflictsWithFileNameException of
DirectoryNameConflictsWithFileNameException.t| `EncryptionIntegrityChecksFailedException of
EncryptionIntegrityChecksFailedException.t| `EncryptionKeyAccessDeniedException of EncryptionKeyAccessDeniedException.t| `EncryptionKeyDisabledException of EncryptionKeyDisabledException.t| `EncryptionKeyNotFoundException of EncryptionKeyNotFoundException.t| `FileContentAndSourceFileSpecifiedException of
FileContentAndSourceFileSpecifiedException.t| `FileContentSizeLimitExceededException of
FileContentSizeLimitExceededException.t| `FileDoesNotExistException of FileDoesNotExistException.t| `FileEntryRequiredException of FileEntryRequiredException.t| `FileModeRequiredException of FileModeRequiredException.t| `FileNameConflictsWithDirectoryNameException of
FileNameConflictsWithDirectoryNameException.t| `FilePathConflictsWithSubmodulePathException of
FilePathConflictsWithSubmodulePathException.t| `FolderContentSizeLimitExceededException of
FolderContentSizeLimitExceededException.t| `InvalidBranchNameException of InvalidBranchNameException.t| `InvalidDeletionParameterException of InvalidDeletionParameterException.t| `InvalidEmailException of InvalidEmailException.t| `InvalidFileModeException of InvalidFileModeException.t| `InvalidParentCommitIdException of InvalidParentCommitIdException.t| `InvalidPathException of InvalidPathException.t| `InvalidRepositoryNameException of InvalidRepositoryNameException.t| `MaximumFileEntriesExceededException of MaximumFileEntriesExceededException.t| `NameLengthExceededException of NameLengthExceededException.t| `NoChangeException of NoChangeException.t| `ParentCommitDoesNotExistException of ParentCommitDoesNotExistException.t| `ParentCommitIdOutdatedException of ParentCommitIdOutdatedException.t| `ParentCommitIdRequiredException of ParentCommitIdRequiredException.t| `PathRequiredException of PathRequiredException.t| `PutFileEntryConflictException of PutFileEntryConflictException.t| `RepositoryDoesNotExistException of RepositoryDoesNotExistException.t| `RepositoryNameRequiredException of RepositoryNameRequiredException.t| `RestrictedSourceFileException of RestrictedSourceFileException.t| `SamePathRequestException of SamePathRequestException.t| `SourceFileOrContentRequiredException of SourceFileOrContentRequiredException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `BranchDoesNotExistException of unit
| `BranchNameIsTagNameException of unit
| `BranchNameRequiredException of unit
| `CommitMessageLengthExceededException of unit
| `DirectoryNameConflictsWithFileNameException of unit
| `EncryptionIntegrityChecksFailedException of unit
| `EncryptionKeyAccessDeniedException of unit
| `EncryptionKeyDisabledException of unit
| `EncryptionKeyNotFoundException of unit
| `EncryptionKeyUnavailableException of unit
| `FileContentAndSourceFileSpecifiedException of unit
| `FileContentSizeLimitExceededException of unit
| `FileDoesNotExistException of unit
| `FileEntryRequiredException of unit
| `FileModeRequiredException of unit
| `FileNameConflictsWithDirectoryNameException of unit
| `FilePathConflictsWithSubmodulePathException of unit
| `FolderContentSizeLimitExceededException of unit
| `InvalidBranchNameException of unit
| `InvalidDeletionParameterException of unit
| `InvalidEmailException of unit
| `InvalidFileModeException of unit
| `InvalidParentCommitIdException of unit
| `InvalidPathException of unit
| `InvalidRepositoryNameException of unit
| `MaximumFileEntriesExceededException of unit
| `NameLengthExceededException of unit
| `NoChangeException of unit
| `ParentCommitDoesNotExistException of unit
| `ParentCommitIdOutdatedException of unit
| `ParentCommitIdRequiredException of unit
| `PathRequiredException of unit
| `PutFileEntryConflictException of unit
| `RepositoryDoesNotExistException of unit
| `RepositoryNameRequiredException of unit
| `RestrictedSourceFileException of unit
| `SamePathRequestException of unit
| `SourceFileOrContentRequiredException of unit
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `BranchDoesNotExistException of unit
| `BranchNameIsTagNameException of unit
| `BranchNameRequiredException of unit
| `CommitMessageLengthExceededException of unit
| `DirectoryNameConflictsWithFileNameException of unit
| `EncryptionIntegrityChecksFailedException of unit
| `EncryptionKeyAccessDeniedException of unit
| `EncryptionKeyDisabledException of unit
| `EncryptionKeyNotFoundException of unit
| `EncryptionKeyUnavailableException of unit
| `FileContentAndSourceFileSpecifiedException of unit
| `FileContentSizeLimitExceededException of unit
| `FileDoesNotExistException of unit
| `FileEntryRequiredException of unit
| `FileModeRequiredException of unit
| `FileNameConflictsWithDirectoryNameException of unit
| `FilePathConflictsWithSubmodulePathException of unit
| `FolderContentSizeLimitExceededException of unit
| `InvalidBranchNameException of unit
| `InvalidDeletionParameterException of unit
| `InvalidEmailException of unit
| `InvalidFileModeException of unit
| `InvalidParentCommitIdException of unit
| `InvalidPathException of unit
| `InvalidRepositoryNameException of unit
| `MaximumFileEntriesExceededException of unit
| `NameLengthExceededException of unit
| `NoChangeException of unit
| `ParentCommitDoesNotExistException of unit
| `ParentCommitIdOutdatedException of unit
| `ParentCommitIdRequiredException of unit
| `PathRequiredException of unit
| `PutFileEntryConflictException of unit
| `RepositoryDoesNotExistException of unit
| `RepositoryNameRequiredException of unit
| `RestrictedSourceFileException of unit
| `SamePathRequestException of unit
| `SourceFileOrContentRequiredException of unit
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string * [> `Enum of string | `String of Path.t ]) list ]
list
| `String of ObjectId.t ])
list ]