GitPullRequestMergeOptions interface

创建拉取请求合并时使用的选项。

属性

conflictAuthorshipCommits

如果为 true,则合并期间应用的冲突解决方案将被放入单独的提交中,以保留 git 责备等的作者信息。

detectRenameFalsePositives

如果为 true,则重命名有多种有效方法将原始文件位置映射到重命名的文件位置将被视为误报并被忽略。

disableRenames

如果为 true,则在合并期间不会执行重命名检测。

属性详细信息

conflictAuthorshipCommits

如果为 true,则合并期间应用的冲突解决方案将被放入单独的提交中,以保留 git 责备等的作者信息。

conflictAuthorshipCommits: boolean

属性值

boolean

detectRenameFalsePositives

如果为 true,则重命名有多种有效方法将原始文件位置映射到重命名的文件位置将被视为误报并被忽略。

detectRenameFalsePositives: boolean

属性值

boolean

disableRenames

如果为 true,则在合并期间不会执行重命名检测。

disableRenames: boolean

属性值

boolean