Edit

Share via


GitPullRequestMergeOptions.DisableRenames Property

Definition

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

Applies to