Skip to content

Don't use PHP_EOL when parsing Gitweb output

Kirill requested to merge github/fork/Blasio/fix_gitweb_eol into master

Created by: Blasio

PHP_EOL is valid only for the current instance of PHP, while Gitweb is perl and potentially running on a different architecture. Filter CR/LF explicitly instead.

Merge request reports

Loading