Values.MergeBranchesByFastForwardOutputSourceMerges two branches using the fast-forward 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| `CommitRequiredException of CommitRequiredException.t| `ConcurrentReferenceUpdateException of ConcurrentReferenceUpdateException.t| `EncryptionIntegrityChecksFailedException of
EncryptionIntegrityChecksFailedException.t| `EncryptionKeyAccessDeniedException of EncryptionKeyAccessDeniedException.t| `EncryptionKeyDisabledException of EncryptionKeyDisabledException.t| `EncryptionKeyNotFoundException of EncryptionKeyNotFoundException.t| `InvalidBranchNameException of InvalidBranchNameException.t| `InvalidCommitException of InvalidCommitException.t| `InvalidRepositoryNameException of InvalidRepositoryNameException.t| `InvalidTargetBranchException of InvalidTargetBranchException.t| `ManualMergeRequiredException of ManualMergeRequiredException.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
| `CommitRequiredException of unit
| `ConcurrentReferenceUpdateException of unit
| `EncryptionIntegrityChecksFailedException of unit
| `EncryptionKeyAccessDeniedException of unit
| `EncryptionKeyDisabledException of unit
| `EncryptionKeyNotFoundException of unit
| `EncryptionKeyUnavailableException of unit
| `InvalidBranchNameException of unit
| `InvalidCommitException of unit
| `InvalidRepositoryNameException of unit
| `InvalidTargetBranchException of unit
| `ManualMergeRequiredException 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
| `CommitRequiredException of unit
| `ConcurrentReferenceUpdateException of unit
| `EncryptionIntegrityChecksFailedException of unit
| `EncryptionKeyAccessDeniedException of unit
| `EncryptionKeyDisabledException of unit
| `EncryptionKeyNotFoundException of unit
| `EncryptionKeyUnavailableException of unit
| `InvalidBranchNameException of unit
| `InvalidCommitException of unit
| `InvalidRepositoryNameException of unit
| `InvalidTargetBranchException of unit
| `ManualMergeRequiredException of unit
| `RepositoryDoesNotExistException of unit
| `RepositoryNameRequiredException of unit
| `TipsDivergenceExceededException of unit
| `Unknown_operation_error of string * string option ]