Skip to content

Commit 26650aa

Browse files
Revert "Empty message in the first commit"
This reverts commit c647bfc.
1 parent c647bfc commit 26650aa

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/Gitonomy/Git/Parser/LogParser.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,7 @@ protected function doParse()
4949
$this->consumeGPGSignature();
5050

5151
$this->consumeNewLine();
52-
if ($this->cursor < strlen($this->content)) {
53-
$this->consumeNewLine();
54-
}
52+
$this->consumeNewLine();
5553

5654
$message = '';
5755
if ($this->expects(' ')) {

0 commit comments

Comments
 (0)