We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5607562 commit 37a3cf1Copy full SHA for 37a3cf1
LibGit2Sharp/RebaseStepInfo.cs
@@ -31,6 +31,6 @@ internal RebaseStepInfo(RebaseStepOperation type, Commit commit, string exec)
31
/// <summary>
32
/// Command to execute, if any.
33
/// </summary>
34
- public virtual string Exec { get; private set; }
+ internal virtual string Exec { get; private set; }
35
}
36
0 commit comments