Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix marking gix-packetline-blocking copy auto-generated #1690

Merged
merged 1 commit into from
Nov 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .gitattributes
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
3 changes: 0 additions & 3 deletions gix-config/tests/.gitattributes
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

2 changes: 1 addition & 1 deletion gix-config/tests/fixtures/fuzzed/.gitattributes
Original file line number Diff line number Diff line change
@@ -1 +1 @@
*.config -text -eof
*.config -text
2 changes: 1 addition & 1 deletion gix-object/tests/fixtures/.gitattributes
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
2 changes: 1 addition & 1 deletion gix-protocol/tests/fixtures/.gitattributes
Original file line number Diff line number Diff line change
@@ -1 +1 @@
** -text
* -text
Loading