Skip to content

Commit

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

One of the changes to `.gitattributes`, possibly that change, has
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 dd94f57 commit a403510
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 a403510

Please sign in to comment.