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 d28ad22 commit b62ae0cCopy full SHA for b62ae0c
src/Gitonomy/Git/Parser/LogParser.php
@@ -88,5 +88,4 @@ protected function consumeUnsupportedLinesToNewLine()
88
$this->consumeNewLine();
89
}
90
91
-
92
tests/Gitonomy/Git/Tests/LogTest.php
@@ -133,5 +133,4 @@ public function testParsesCommitsWithAndWithoutGitButlerHeaders(): void
133
$this->assertEquals("Commit with GitButler headers\n", $log[1]['message']);
134
$this->assertEquals("Another commit without GitButler headers\n", $log[2]['message']);
135
136
137
0 commit comments