Skip to content

Commit 700cfa5

Browse files
authored
Merge pull request #1690 from EliahKagan/gitattributes
Fix marking `gix-packetline-blocking` copy auto-generated
2 parents b06f729 + 325588e commit 700cfa5

File tree

5 files changed

+7
-10
lines changed

5 files changed

+7
-10
lines changed

.gitattributes

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
**/generated-archives/*.tar* filter=lfs-disabled diff=lfs merge=lfs -text
22

33
# assure line feeds don't interfere with our working copy hash
4-
*.sh text crlf=input eol=lf
5-
justfile text crlf=input eol=lf
4+
*.sh text eol=lf
5+
justfile text eol=lf
66

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

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

gix-config/tests/.gitattributes

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1 @@
1-
# assure line feeds don't interfere with our working copy hash
2-
/fixtures/**/* text eol=lf
31
/fixtures/repo-config.crlf text eol=crlf
4-
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
*.config -text -eof
1+
*.config -text
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# assure newlines aren't butchered as they matter for testing
2-
**/*.txt text crlf=input eol=lf
2+
*.txt text eol=lf
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
** -text
1+
* -text

0 commit comments

Comments
 (0)