Skip to content
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

test of sync-doc fails on Git-for-Windows #104

Open
iraytrace opened this issue May 1, 2024 · 1 comment
Open

test of sync-doc fails on Git-for-Windows #104

iraytrace opened this issue May 1, 2024 · 1 comment

Comments

@iraytrace
Copy link

When running "make test" or "test.sh" the first test for "sync-doc" fails when running under "git for windows". This is likely due to the fact that windows prefers CRLF line endings, and git produces warnings of the form:

warning: LF will be replaced by CRLF in git-issue.1.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in git-issue.sh.
The file will have its original line endings in your working directory
@dspinellis
Copy link
Owner

This should be fixable by passing a suitable setting to Git or through a configuration file.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants