-
-
Notifications
You must be signed in to change notification settings - Fork 329
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1690 from EliahKagan/gitattributes
Fix marking `gix-packetline-blocking` copy auto-generated
- Loading branch information
Showing
5 changed files
with
7 additions
and
10 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,11 +1,11 @@ | ||
**/generated-archives/*.tar* filter=lfs-disabled diff=lfs merge=lfs -text | ||
|
||
# assure line feeds don't interfere with our working copy hash | ||
*.sh text crlf=input eol=lf | ||
justfile text crlf=input eol=lf | ||
*.sh text eol=lf | ||
justfile text eol=lf | ||
|
||
# have GitHub include fixture-making scripts when it counts code | ||
**/tests/fixtures/**/*.sh linguist-vendored=false | ||
**/tests/fixtures/**/*.sh -linguist-vendored | ||
|
||
# have GitHub treat the gix-packetline-blocking src copy as auto-generated | ||
gix-packetline-blocking/src/ linguist-generated=true | ||
/gix-packetline-blocking/src/**/* linguist-generated |
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,4 +1 @@ | ||
# assure line feeds don't interfere with our working copy hash | ||
/fixtures/**/* text eol=lf | ||
/fixtures/repo-config.crlf text eol=crlf | ||
|
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 @@ | ||
*.config -text -eof | ||
*.config -text |
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,2 @@ | ||
# assure newlines aren't butchered as they matter for testing | ||
**/*.txt text crlf=input eol=lf | ||
*.txt text 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 +1 @@ | ||
** -text | ||
* -text |