Skip to content

Commit 96bb4d4

Browse files
committed
prevent line-ending conversions for shell scripts on windows (#384)
1 parent bd8ed9c commit 96bb4d4

File tree

12 files changed

+34
-1
lines changed

12 files changed

+34
-1
lines changed

.gitattributes

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,4 @@
11
**/generated-archives/*.tar.xz filter=lfs diff=lfs merge=lfs -text
2+
3+
# assure line feeds don't interfere with our working copy hash
4+
**/tests/fixtures/*.sh text crlf=input eol=lf

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
with:
4848
command: check
4949
args: --all --bins --tests --examples
50-
- run: git lfs fetch && git lfs checkout && find git-ref/tests/fixtures/generated-archives/ -type f && cat git-ref/tests/fixtures/generated-archives/make_repository_with_lots_of_packed_refs.tar.xz && cargo test --package git-ref -- --nocapture
50+
- run: git lfs fetch && git lfs checkout && cargo test --package git-ref -- --nocapture
5151
- name: "Test (crossterm)"
5252
uses: actions-rs/cargo@v1
5353
with:
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
version https://git-lfs.github.com/spec/v1
2+
oid sha256:a4cfb0671c3703a4f62c00422dbb923aed44717a674fbdde286e57f09c2b6e59
3+
size 9140
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
version https://git-lfs.github.com/spec/v1
2+
oid sha256:99516a1998e2d7ea71f4e0ab3641e0d78bd386f0ad0c625382523a9f4fca7c9c
3+
size 9812
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
version https://git-lfs.github.com/spec/v1
2+
oid sha256:d04c86a4d12bdc41524222e2efa7a83e5df4fe52d80708252c981e539c72e182
3+
size 10036
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
version https://git-lfs.github.com/spec/v1
2+
oid sha256:9913510e53575292008672492849948cd9efaf4fe0e0bb7e117182dee60ab596
3+
size 9880
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
version https://git-lfs.github.com/spec/v1
2+
oid sha256:014c673fe820aaa0f8de7a3654bdeaa7d5f1300c792b9ed1edff026ddac69bd9
3+
size 10332
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
version https://git-lfs.github.com/spec/v1
2+
oid sha256:7b3f2b199f195cdc2b31ae12f95605bb484c47ec7a5ee98c0972a8c19e8ecd04
3+
size 76164
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
version https://git-lfs.github.com/spec/v1
2+
oid sha256:c14e6c29d69c35dd886d9372c91f6b1e59a888315be312ae951b95a48e761016
3+
size 77948
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
version https://git-lfs.github.com/spec/v1
2+
oid sha256:f212da41fec29fff9a8e9782f0c9d268ed2c9141be3a3d6ef20b9e985beab01d
3+
size 10452
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
version https://git-lfs.github.com/spec/v1
2+
oid sha256:428881e5f3ce7df2435e9432f11b4814ade90535c35e4abf2c797a048f0b3eea
3+
size 10260
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
version https://git-lfs.github.com/spec/v1
2+
oid sha256:c3f67b093fa1f61c4a40c9c69f501cf32fe8fd2b518edd0518ddd0d5bda1db53
3+
size 10588

0 commit comments

Comments
 (0)