GitPullRequestMergeOptions interface

The options which are used when a pull request merge is created.

Properties

conflictAuthorshipCommits

If true, conflict resolutions applied during the merge will be put in separate commits to preserve authorship info for git blame, etc.

detectRenameFalsePositives

If true, renames where there is more than one valid way to map the original file locations to renamed file locations will be treated as false positives and ignored.

disableRenames

If true, rename detection will not be performed during the merge.

Property Details

conflictAuthorshipCommits

If true, conflict resolutions applied during the merge will be put in separate commits to preserve authorship info for git blame, etc.

conflictAuthorshipCommits: boolean

Property Value

boolean

detectRenameFalsePositives

If true, renames where there is more than one valid way to map the original file locations to renamed file locations will be treated as false positives and ignored.

detectRenameFalsePositives: boolean

Property Value

boolean

disableRenames

If true, rename detection will not be performed during the merge.

disableRenames: boolean

Property Value

boolean