GitPullRequestMergeOptions.DisableRenames Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
If true, rename detection will not be performed during the merge.
[System.Runtime.Serialization.DataMember(EmitDefaultValue=false, Name="disableRenames")]
public Nullable<bool> DisableRenames { get; set; }
member this.DisableRenames : Nullable<bool> with get, set
Public Property DisableRenames As Nullable(Of Boolean)
Property Value
- Attributes