Dagger.ChangesetsMergeConflict (dagger v0.20.7)

Copy Markdown View Source

Strategy to use when merging multiple changesets with git octopus merge.

Summary

Functions

Attempt the octopus merge and fail if git merge fails due to conflicts

Fail before attempting merge if file-level conflicts are detected between any changesets

Types

t()

@type t() :: :FAIL_EARLY | :FAIL

Functions

fail()

@spec fail() :: :FAIL

Attempt the octopus merge and fail if git merge fails due to conflicts

fail_early()

@spec fail_early() :: :FAIL_EARLY

Fail before attempting merge if file-level conflicts are detected between any changesets