Skip to content

Commit

Permalink
Revert "Revert "Empty message in the first commit""
Browse files Browse the repository at this point in the history
This reverts commit 26650aa.
  • Loading branch information
claudiu-cristea committed Feb 6, 2024
1 parent 08fd623 commit a8d52ee
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/Gitonomy/Git/Parser/LogParser.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,9 @@ protected function doParse()
$this->consumeGPGSignature();

$this->consumeNewLine();
$this->consumeNewLine();
if ($this->cursor < strlen($this->content)) {
$this->consumeNewLine();
}

$message = '';
if ($this->expects(' ')) {
Expand Down

0 comments on commit a8d52ee

Please sign in to comment.