Values.ConflictResolutionSourceIf AUTOMERGE is the conflict resolution strategy, a list of inputs to use when resolving conflicts during a merge.
type nonrec t = {replaceContents : ReplaceContentEntries.t option;Files to have content replaced as part of the merge conflict resolution.
*)deleteFiles : DeleteFileEntries.t option;Files to be deleted as part of the merge conflict resolution.
*)setFileModes : SetFileModeEntries.t option;File modes that are set as part of the merge conflict resolution.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Blob of FileContent.t
| `Enum of string
| `String of Path.t ])
list ]
list ])
list ]