diff --git a/public_html/libgit/class.commit.php b/public_html/libgit/class.commit.php index 341b4e5..a7f7f4e 100644 --- a/public_html/libgit/class.commit.php +++ b/public_html/libgit/class.commit.php @@ -21,8 +21,6 @@ class GitCommit extends GitObject if(!empty($line)) { - $line = trim($line); - if($parsing_message === false) { list($key, $value) = explode(" ", $line, 2);