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 7a99aa7 commit 71f3c96Copy full SHA for 71f3c96
src/commonMain/kotlin/ui.kt
@@ -76,7 +76,7 @@ fun App(viewModel: ViewModel) {
76
}
77
78
79
-private val LineRegexp = """^(pick|reword|edit|squash|fixup|exec|drop)\s+([a-z0-9]{7})\s+(.*)$""".toRegex()
+private val LineRegexp = """^(pick|reword|edit|squash|fixup|exec|drop)\s+([a-z0-9]{7,40})\s+(.*)$""".toRegex()
80
81
private val Blue = Color(59, 120, 255)
82
private val Gray = Color(128, 128, 128)
0 commit comments