Skip to content

Commit

Permalink
Revert "simplify .gitattributes"
Browse files Browse the repository at this point in the history
This reverts commit a75e970.

That change to `.gitattributes`, though intended as a refactoring,
caused the currently committed generated archives not to be able to
be used, producing Windows `test-fast` failures similar to #1358.

See comments in #1607 for details.
  • Loading branch information
EliahKagan committed Sep 24, 2024
1 parent a75e970 commit d3c3237
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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
**/generated-archives/*.tar* filter=lfs-disabled diff=lfs merge=lfs -text

# assure line feeds don't interfere with our working copy hash
tests/fixtures/**/*.sh text crlf=input eol=lf
**/tests/fixtures/**/*.sh text crlf=input eol=lf
/justfile text crlf=input eol=lf

# have GitHub include fixture-making scripts when it counts code
tests/fixtures/**/*.sh linguist-vendored=false
**/tests/fixtures/**/*.sh linguist-vendored=false

# have GitHub treat the gix-packetline-blocking src copy as auto-generated
gix-packetline-blocking/src/ linguist-generated=true

0 comments on commit d3c3237

Please sign in to comment.