Skip to content
Snippets Groups Projects
Commit a29250ad authored by Ralf Jung's avatar Ralf Jung
Browse files

Merge branch 'master' into 'master'

Mentioned Windows line ending fix in README

See merge request iris/stdpp!100
parents 1f0e4498 ff4ad42f
No related branches found
No related tags found
No related merge requests found
......@@ -79,3 +79,9 @@ your account. Then you can fork the
[Coq-std++ git repository](https://gitlab.mpi-sws.org/iris/stdpp), make your
changes in your fork, and create a merge request.
## Common problems
On Windows, differences in line endings may cause tests to fail. This can be
fixed by setting Git's autocrlf option to true:
`git config --global core.autocrlf true`
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment