Fix conflict commit-all flow and terminal copy line breaks
This commit is contained in:
@@ -18,6 +18,11 @@ class GitEditorCommandsTest {
|
||||
assertNull(parseGitEditorInvocation("git commit -m \"message\""))
|
||||
}
|
||||
|
||||
@Test
|
||||
fun commitAllWithCombinedMessageOptionDoesNotOpenEditor() {
|
||||
assertNull(parseGitEditorInvocation("git commit -am \"message\""))
|
||||
}
|
||||
|
||||
@Test
|
||||
fun amendNoEditDoesNotOpenEditor() {
|
||||
assertNull(parseGitEditorInvocation("git commit --amend --no-edit"))
|
||||
|
||||
Reference in New Issue
Block a user