Skip to content

Commit

Permalink
Merge branch 'cvsexportcommit-crlf'
Browse files Browse the repository at this point in the history
This used to be "Merge pull request #938 from virtuald/patch-1"

git-cvsexportcommit.perl: Force crlf translation

Signed-off-by: Johannes Schindelin <[email protected]>
  • Loading branch information
dscho committed May 14, 2019
2 parents 9ef62e2 + 1e8dda7 commit 5662369
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions git-cvsexportcommit.perl
Original file line number Diff line number Diff line change
Expand Up @@ -431,6 +431,7 @@ END
sub safe_pipe_capture {
my @output;
if (my $pid = open my $child, '-|') {
binmode($child, ":crlf");
@output = (<$child>);
close $child or die join(' ',@_).": $! $?";
} else {
Expand Down

0 comments on commit 5662369

Please sign in to comment.