From a63978f91d373c67806be7e08ab4b388c9afc16f Mon Sep 17 00:00:00 2001 From: Sven Slootweg Date: Sat, 5 May 2012 20:08:58 +0200 Subject: [PATCH] No point in trimming twice --- public_html/libgit/class.commit.php | 2 -- 1 file changed, 2 deletions(-) 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);