Set standard output in binary mode
authorGiuseppe Bilotta <giuseppe.bilotta@gmail.com>
Tue, 9 Oct 2012 12:18:04 +0000 (14:18 +0200)
committerGiuseppe Bilotta <giuseppe.bilotta@gmail.com>
Tue, 9 Oct 2012 12:18:04 +0000 (14:18 +0200)
commit0142283e2b014f5206bba70a7d6e695096b4da1c
tree2531c9be81e57f4b0730a45aca2516ac8983ff50
parent891773ec2a448992e19cb1d5b3d894abee88ce23
Set standard output in binary mode

This ensures that in Windows the lines are terminated by a single 0x0a
line ending instead of the DOS/Windows 0x0d 0x0a line ending, which is
not appreciated by git fast-import.
rcs-fast-export.rb