Skip to content

Commit 5fb2acd

Browse files
authored
Enforcing unix linebreaks for shell scripts (gcovr#538)
1 parent 447c878 commit 5fb2acd

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

Diff for: .gitattributes

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Declare that the script files will always have LF line endings on checkout.
2+
# Otherwise using cygwin and WSL to execute these will fail if checkout is done on Windows.
3+
*.sh text eol=lf

Diff for: AUTHORS.txt

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ The following developers contributed to gcovr (ordered alphabetically):
1818
Christian Taedcke,
1919
Dave George,
2020
Dom Postorivo,
21+
Elektrobit Automotive GmbH,
2122
Ensky Lin,
2223
goriy,
2324
ja11sop,

Diff for: CHANGELOG.rst

+2
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ Improvements and new features:
1313
- Add function coverage metric (:issue:`362`)
1414
- Deactivate localization of gcov by setting LC_ALL=C instead of LC_ALL=en_US (:issue:`513`)
1515
- Don't use a temporary directory for running gcov (:issue:`525`)
16+
- Fix junctions on windows for Python 3.8 (:issue:`535`)
1617

1718
Documentation:
1819

@@ -32,6 +33,7 @@ Internal changes:
3233
- Activate symlink test for windows. (:issue:`539`)
3334
- Add test to install wheel. (:issue:`537`)
3435
- Add support for full path in environment CC. (:issue:`541`)
36+
- Ensure that shell files are always checked out with LF linebreaks. (:issue:`538`)
3537

3638
5.0 (11 June 2021)
3739
------------------

0 commit comments

Comments
 (0)