Commit graph

2 commits

Author SHA1 Message Date
Markus Olsson c84d6771ba Force unix line endings in WSL github helper 2020-09-02 18:12:47 +02:00
Markus Olsson 0e58e12717 Don't normalize line endings in fixture repositories on Windows
I encountered this today when the listSubmodules tests failed on my Windows machine. Debugging into it I found that the for-each-ref command was printing warnings in the `submodule-basic-setup` repository.

```warning: ignoring ref with broken name refs/remotes/origin/feature-branch?```

Further debugging lead me to a05ebffab7/app/test/fixtures/submodule-basic-setup/_git/modules/foo/submodule/packed-refs and the realization that the packed-refs file had been checked out with CRLF line endings on my Windows machine.

This should ensure that we don't ever normalize line endings in the fixture directory
2018-01-28 08:06:52 +01:00