GitPullRequestMergeOptions interface
The options which are used when a pull request merge is created.
Properties
conflict |
If true, conflict resolutions applied during the merge will be put in separate commits to preserve authorship info for git blame, etc. |
detect |
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. |
disable |
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