Values.ConflictSourceInformation about conflicts in a merge operation.
type nonrec t = {conflictMetadata : ConflictMetadata.t option;Metadata about a conflict in a merge operation.
*)mergeHunks : MergeHunks.t option;A list of hunks that contain the differences between files or lines causing the conflict.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Boolean of IsHunkConflict.t
| `Structure of
(string
* [> `Integer of LineNumber.t
| `String of HunkContent.t ])
list ])
list ]
list
| `Structure of
(string
* [> `Boolean of IsContentConflict.t
| `Integer of NumberOfConflicts.t
| `String of Path.t
| `Structure of
(string
* [> `Boolean of CapitalBoolean.t
| `Enum of string
| `Long of FileSize.t ])
list ])
list ])
list ]