When using CVSNT, we need to be prepared to grok CVS output with CR/LF line endings. While we do not use CVSNT in Git for Windows, this patch made its way into Git's source code via the Git for Windows project (probably because of the ease of GitHub PRs), and we had not a single complaint for over 2 years, so I would consider this patch ready to be included in core Git. Dustin Spicuzza (1): cvsexportcommit: force crlf translation git-cvsexportcommit.perl | 1 + 1 file changed, 1 insertion(+) base-commit: 39ffebd23b1ef6830bf86043ef0b5c069d9299a9 Published-As: https://github.com/gitgitgadget/git/releases/tag/pr-132%2Fdscho%2Fcvsexportcommit-crlf-v1 Fetch-It-Via: git fetch https://github.com/gitgitgadget/git pr-132/dscho/cvsexportcommit-crlf-v1 Pull-Request: https://github.com/gitgitgadget/git/pull/132 -- gitgitgadget