File tree 1 file changed +2
-5
lines changed
1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -236,11 +236,8 @@ pub struct Options {
236
236
/// The context to use when invoking merge-drivers.
237
237
pub blob_merge_command_ctx : gix_command:: Context ,
238
238
/// If `Some(what-is-unresolved)`, the first unresolved conflict will cause the entire merge to stop.
239
- /// This is useful to see if there is any conflict, without performing the whole operation.
240
- // TODO: Maybe remove this if the cost of figuring out conflicts is so low - after all, the data structures
241
- // and initial diff is the expensive thing right now, which are always done upfront.
242
- // However, this could change once we know do everything during the traversal, which probably doesn't work
243
- // without caching stuff and is too complicated to actually do.
239
+ /// This is useful to see if there is any conflict, without performing the whole operation, something
240
+ /// that can be very relevant during merges that would cause a lot of blob-diffs.
244
241
pub fail_on_conflict : Option < UnresolvedConflict > ,
245
242
/// This value also affects the size of merge-conflict markers, to allow differentiating
246
243
/// merge conflicts on each level, for any value greater than 0, with values `N` causing `N*2`
You can’t perform that action at this time.
0 commit comments