No point in trimming twice

master
Sven Slootweg 12 years ago
parent 6f9077b618
commit a63978f91d

@ -21,8 +21,6 @@ class GitCommit extends GitObject
if(!empty($line))
{
$line = trim($line);
if($parsing_message === false)
{
list($key, $value) = explode(" ", $line, 2);

Loading…
Cancel
Save