dspinellis / git-issue

Git-based decentralized issue management
GNU General Public License v3.0
768 stars 66 forks source link

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

Open iraytrace opened 5 months ago

iraytrace commented 5 months ago

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 commented 5 months ago

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