-
Notifications
You must be signed in to change notification settings - Fork 65
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: set up gitattributes to stop the line ending fuckery
- Loading branch information
Showing
3 changed files
with
21 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,17 @@ | ||
## Notes on how to create fixtures | ||
|
||
### Windows | ||
|
||
1. To create the SHA256 checksum of a file – | ||
|
||
``` | ||
certUtil -hashfile test/fixtures/filename.bat SHA256 | ||
``` | ||
### macOS | ||
1. To create the SHA256 checksum of a file – | ||
``` | ||
shasum -a 256 test/fixtures/filename.sh | ||
``` | ||
## Notes on how to create fixtures | ||
|
||
### Windows | ||
|
||
1. To create the SHA256 checksum of a file – | ||
|
||
``` | ||
certUtil -hashfile test/fixtures/filename.bat SHA256 | ||
``` | ||
### macOS | ||
1. To create the SHA256 checksum of a file – | ||
``` | ||
shasum -a 256 test/fixtures/filename.sh | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
:: Dummy shell script that just echoes back all arguments. | ||
@echo off | ||
echo %* | ||
:: Dummy shell script that just echoes back all arguments. | ||
@echo off | ||
echo %* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
d737110ee3d94adfe87c39b7da8c7b2a6e3394e2a1674deeb7205677c88edcb8 dummy-cc-reporter | ||
d737110ee3d94adfe87c39b7da8c7b2a6e3394e2a1674deeb7205677c88edcb8 dummy-cc-reporter |