-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make sure our tests would pass when the sources are checked out with "platform native" line ending convention by default on Windows. Some "text" files out tests use and the test scripts themselves that are meant to be run with /bin/sh, ought to be checked out with eol=LF even on Windows. * js/eol-on-ourselves: t4051: mark supporting files as requiring LF-only line endings Fix the remaining tests that failed with core.autocrlf=true t3901: move supporting files into t/t3901/ completion: mark bash script as LF-only git-new-workdir: mark script as LF-only Fix build with core.autocrlf=true
- Loading branch information
Showing
11 changed files
with
55 additions
and
26 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,3 +1,9 @@ | ||
* whitespace=!indent,trail,space | ||
*.[ch] whitespace=indent,trail,space diff=cpp | ||
*.sh whitespace=indent,trail,space | ||
*.sh whitespace=indent,trail,space eol=lf | ||
*.perl eol=lf | ||
*.pm eol=lf | ||
/Documentation/git-*.txt eol=lf | ||
/command-list.txt eol=lf | ||
/GIT-VERSION-GEN eol=lf | ||
/mergetools/* 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
*.bash 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
/git-new-workdir 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,3 +2,4 @@ | |
* encoding=US-ASCII | ||
git-gui.sh encoding=UTF-8 | ||
/po/*.po encoding=UTF-8 | ||
/GIT-VERSION-GEN 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,22 @@ | ||
t[0-9][0-9][0-9][0-9]/* -whitespace | ||
t0110/url-* binary | ||
/diff-lib/* eol=lf | ||
/t0110/url-* binary | ||
/t3900/*.txt eol=lf | ||
/t3901/*.txt eol=lf | ||
/t4034/*/* eol=lf | ||
/t4013/* eol=lf | ||
/t4018/* eol=lf | ||
/t4051/* eol=lf | ||
/t4100/* eol=lf | ||
/t4101/* eol=lf | ||
/t4109/* eol=lf | ||
/t4110/* eol=lf | ||
/t4135/* eol=lf | ||
/t4211/* eol=lf | ||
/t4252/* eol=lf | ||
/t5100/* eol=lf | ||
/t5515/* eol=lf | ||
/t556x_common eol=lf | ||
/t7500/* eol=lf | ||
/t8005/*.txt eol=lf | ||
/t9*/*.dump 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
File renamed without changes.
File renamed without changes.
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