Skip to content

Commit e308279

Browse files
committed
fix: maintain compatibility with older versions
Signed-off-by: leo <longshuang@msn.cn>
1 parent 98ba642 commit e308279

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Models/CommitGraph.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ public enum CommitGraphHighlighting
1313
All = 0,
1414
CurrentBranchOnly,
1515
SelectedCommitsOnly,
16-
SelectedCommitsOnlyFirstParent,
1716
CurrentBranchAndSelectedCommits,
17+
SelectedCommitsOnlyFirstParent,
1818
}
1919

2020
public class CommitGraph

0 commit comments

Comments
 (0)