PHPGit
PHPGit copied to clipboard
Log doesn't maintain line feed in messages
Hi. Thanks for this nice library. I have one issue/question. When using log:
$log = $git->log();
$log gathers messages without any line feed. Any reason why or way I can get them back?
Thanks