-
Notifications
You must be signed in to change notification settings - Fork 2.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
git-cvsexportcommit.perl: Force crlf translation #938
Conversation
As this is Git's own source code, the contribution needs to conform to the Git project's requirements, in particular the commit message. How about this instead?
In addition, I would like to ask whether you tested this in Git for Windows' SDK, using Git's own test suite? |
When using cvsnt + msys + git, it seems like the output of cvs status had \r\n in it, and caused the command to fail. This fixes that. Signed-off-by: Dustin Spicuzza <[email protected]>
I've changed the commit as asked. I did not test it with the test suite, I was hoping that travis-ci or equivalent would do that for me, though now I see that it doesn't run the tests (strange). |
Sadly, we do not have CI running on Windows in place. Yet. Will test manually, but that will have to wait until tomorrow. |
Seems to pass. Thanks! |
git-cvsexportcommit.perl: Force crlf translation
git-cvsexportcommit.perl: Force crlf translation
git-cvsexportcommit.perl: Force crlf translation
git-cvsexportcommit.perl: Force crlf translation
git-cvsexportcommit.perl: Force crlf translation
git-cvsexportcommit.perl: Force crlf translation
git-cvsexportcommit.perl: Force crlf translation
git-cvsexportcommit.perl: Force crlf translation
git-cvsexportcommit.perl: Force crlf translation
git-cvsexportcommit.perl: Force crlf translation
git-cvsexportcommit.perl: Force crlf translation
git-cvsexportcommit.perl: Force crlf translation
git-cvsexportcommit.perl: Force crlf translation
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]>
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]>
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]>
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]>
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]>
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]>
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]>
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]>
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]>
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]>
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]>
This used to be "Merge pull request git-for-windows#938 from virtuald/patch-1" git-cvsexportcommit.perl: Force crlf translation Signed-off-by: Johannes Schindelin <[email protected]>
This used to be "Merge pull request git-for-windows#938 from virtuald/patch-1" git-cvsexportcommit.perl: Force crlf translation Signed-off-by: Johannes Schindelin <[email protected]>
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]>
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]>
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]>
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]>
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]>
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]>
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]>
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]>
This fixes a bug encountered when using cvsnt + msys + git. It seems like the output of
cvs status
had \r\n in it, and caused the command to fail. This fixes that.