Values.MergeBranchesByThreeWayOutputSourceMerges two specified branches using the three-way merge strategy.
type nonrec t = {commitId : ObjectId.t option;The commit ID of the merge in the destination or target branch.
*)treeId : ObjectId.t option;The tree ID of the merge in the destination or target branch.
*)}type nonrec error = [ | `BranchDoesNotExistException of BranchDoesNotExistException.t| `BranchNameIsTagNameException of BranchNameIsTagNameException.t| `BranchNameRequiredException of BranchNameRequiredException.t| `CommitDoesNotExistException of CommitDoesNotExistException.t| `CommitMessageLengthExceededException of CommitMessageLengthExceededException.t| `CommitRequiredException of CommitRequiredException.t| `ConcurrentReferenceUpdateException of ConcurrentReferenceUpdateException.t| `EncryptionIntegrityChecksFailedException of
EncryptionIntegrityChecksFailedException.t| `EncryptionKeyAccessDeniedException of EncryptionKeyAccessDeniedException.t| `EncryptionKeyDisabledException of EncryptionKeyDisabledException.t| `EncryptionKeyNotFoundException of EncryptionKeyNotFoundException.t| `FileContentSizeLimitExceededException of
FileContentSizeLimitExceededException.t| `FileModeRequiredException of FileModeRequiredException.t| `FolderContentSizeLimitExceededException of
FolderContentSizeLimitExceededException.t| `InvalidBranchNameException of InvalidBranchNameException.t| `InvalidCommitException of InvalidCommitException.t| `InvalidConflictDetailLevelException of InvalidConflictDetailLevelException.t| `InvalidConflictResolutionException of InvalidConflictResolutionException.t| `InvalidConflictResolutionStrategyException of
InvalidConflictResolutionStrategyException.t| `InvalidEmailException of InvalidEmailException.t| `InvalidFileModeException of InvalidFileModeException.t| `InvalidPathException of InvalidPathException.t| `InvalidReplacementContentException of InvalidReplacementContentException.t| `InvalidReplacementTypeException of InvalidReplacementTypeException.t| `InvalidRepositoryNameException of InvalidRepositoryNameException.t| `InvalidTargetBranchException of InvalidTargetBranchException.t| `ManualMergeRequiredException of ManualMergeRequiredException.t| `MaximumConflictResolutionEntriesExceededException of
MaximumConflictResolutionEntriesExceededException.t| `MaximumFileContentToLoadExceededException of
MaximumFileContentToLoadExceededException.t| `MaximumItemsToCompareExceededException of
MaximumItemsToCompareExceededException.t| `MultipleConflictResolutionEntriesException of
MultipleConflictResolutionEntriesException.t| `NameLengthExceededException of NameLengthExceededException.t| `PathRequiredException of PathRequiredException.t| `ReplacementContentRequiredException of ReplacementContentRequiredException.t| `ReplacementTypeRequiredException of ReplacementTypeRequiredException.t| `RepositoryDoesNotExistException of RepositoryDoesNotExistException.t| `RepositoryNameRequiredException of RepositoryNameRequiredException.t| `TipsDivergenceExceededException of TipsDivergenceExceededException.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
| `CommitDoesNotExistException of unit
| `CommitMessageLengthExceededException of unit
| `CommitRequiredException of unit
| `ConcurrentReferenceUpdateException of unit
| `EncryptionIntegrityChecksFailedException of unit
| `EncryptionKeyAccessDeniedException of unit
| `EncryptionKeyDisabledException of unit
| `EncryptionKeyNotFoundException of unit
| `EncryptionKeyUnavailableException of unit
| `FileContentSizeLimitExceededException of unit
| `FileModeRequiredException of unit
| `FolderContentSizeLimitExceededException of unit
| `InvalidBranchNameException of unit
| `InvalidCommitException of unit
| `InvalidConflictDetailLevelException of unit
| `InvalidConflictResolutionException of unit
| `InvalidConflictResolutionStrategyException of unit
| `InvalidEmailException of unit
| `InvalidFileModeException of unit
| `InvalidPathException of unit
| `InvalidReplacementContentException of unit
| `InvalidReplacementTypeException of unit
| `InvalidRepositoryNameException of unit
| `InvalidTargetBranchException of unit
| `ManualMergeRequiredException of unit
| `MaximumConflictResolutionEntriesExceededException of unit
| `MaximumFileContentToLoadExceededException of unit
| `MaximumItemsToCompareExceededException of unit
| `MultipleConflictResolutionEntriesException of unit
| `NameLengthExceededException of unit
| `PathRequiredException of unit
| `ReplacementContentRequiredException of unit
| `ReplacementTypeRequiredException of unit
| `RepositoryDoesNotExistException of unit
| `RepositoryNameRequiredException of unit
| `TipsDivergenceExceededException 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
| `CommitDoesNotExistException of unit
| `CommitMessageLengthExceededException of unit
| `CommitRequiredException of unit
| `ConcurrentReferenceUpdateException of unit
| `EncryptionIntegrityChecksFailedException of unit
| `EncryptionKeyAccessDeniedException of unit
| `EncryptionKeyDisabledException of unit
| `EncryptionKeyNotFoundException of unit
| `EncryptionKeyUnavailableException of unit
| `FileContentSizeLimitExceededException of unit
| `FileModeRequiredException of unit
| `FolderContentSizeLimitExceededException of unit
| `InvalidBranchNameException of unit
| `InvalidCommitException of unit
| `InvalidConflictDetailLevelException of unit
| `InvalidConflictResolutionException of unit
| `InvalidConflictResolutionStrategyException of unit
| `InvalidEmailException of unit
| `InvalidFileModeException of unit
| `InvalidPathException of unit
| `InvalidReplacementContentException of unit
| `InvalidReplacementTypeException of unit
| `InvalidRepositoryNameException of unit
| `InvalidTargetBranchException of unit
| `ManualMergeRequiredException of unit
| `MaximumConflictResolutionEntriesExceededException of unit
| `MaximumFileContentToLoadExceededException of unit
| `MaximumItemsToCompareExceededException of unit
| `MultipleConflictResolutionEntriesException of unit
| `NameLengthExceededException of unit
| `PathRequiredException of unit
| `ReplacementContentRequiredException of unit
| `ReplacementTypeRequiredException of unit
| `RepositoryDoesNotExistException of unit
| `RepositoryNameRequiredException of unit
| `TipsDivergenceExceededException of unit
| `Unknown_operation_error of string * string option ]