Skip to content

Commit 17130c8

Browse files
dschoGit for Windows Build Agent
authored andcommitted
Merge branch 'cvsexportcommit-crlf'
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]>
2 parents f8c7b9d + dd9af24 commit 17130c8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

git-cvsexportcommit.perl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -431,6 +431,7 @@ END
431431
sub safe_pipe_capture {
432432
my @output;
433433
if (my $pid = open my $child, '-|') {
434+
binmode($child, ":crlf");
434435
@output = (<$child>);
435436
close $child or die join(' ',@_).": $! $?";
436437
} else {

0 commit comments

Comments
 (0)