-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Reduce duplication and remove unnecessary checking * Replace DIRECTORY_SEPARATOR with / * use a local variable * Update test matrix for Windows * More README * Separate Fetch test to not run on Windows * Use standardize path separators * Less verbose phpunit * Add gitattributes for php files * remove comment * Debugging * Test changes * Fix assert * Update tests to work under Windows (#49) * Disabled git from converting newlines * Updated FetchTest to work under Windows * Run FetchTest * Disabled FetchTest and added missing extension to the build (#50) Co-authored-by: Jared Whiklo <[email protected]> * Re-enable full test matrix * Missed variable * Fix newline removal * Remove debugging statements Co-authored-by: Jonas Raoni Soares da Silva <[email protected]>
- Loading branch information
1 parent
f2496ce
commit c6d0be5
Showing
17 changed files
with
338 additions
and
346 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 |
---|---|---|
@@ -0,0 +1,2 @@ | ||
* -text | ||
*.php eol=lf |
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
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
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
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
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
Oops, something went wrong.