Skip to content

Commit 7ca385e

Browse files
committed
Tweak RebaseStatus enum names
1 parent 722ac26 commit 7ca385e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

LibGit2Sharp/RebaseResult.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ public enum RebaseStatus
2424
/// The rebase operation has hit a user requested stop point
2525
/// (edit, reword, ect.)
2626
/// </summary>
27-
RequestedStop,
27+
Stop,
2828
};
2929

3030
/// <summary>

0 commit comments

Comments
 (0)