Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: convert CRLF to LF before creating target object
This is because file hashes get calculated differently on Windows vs Linux if line endings are first saved as LF then get converted to CRLF on Windows. To resolve, normalize all line endings to LF.
- Loading branch information