File tree 3 files changed +6
-0
lines changed
3 files changed +6
-0
lines changed Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ The following developers contributed to gcovr (ordered alphabetically):
18
18
Christian Taedcke,
19
19
Dave George,
20
20
Dom Postorivo,
21
+ Elektrobit Automotive GmbH,
21
22
Ensky Lin,
22
23
goriy,
23
24
ja11sop,
Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ Improvements and new features:
13
13
- Add function coverage metric (:issue: `362 `)
14
14
- Deactivate localization of gcov by setting LC_ALL=C instead of LC_ALL=en_US (:issue: `513 `)
15
15
- Don't use a temporary directory for running gcov (:issue: `525 `)
16
+ - Fix junctions on windows for Python 3.8 (:issue: `535 `)
16
17
17
18
Documentation:
18
19
@@ -32,6 +33,7 @@ Internal changes:
32
33
- Activate symlink test for windows. (:issue: `539 `)
33
34
- Add test to install wheel. (:issue: `537 `)
34
35
- Add support for full path in environment CC. (:issue: `541 `)
36
+ - Ensure that shell files are always checked out with LF linebreaks. (:issue: `538 `)
35
37
36
38
5.0 (11 June 2021)
37
39
------------------
You can’t perform that action at this time.
0 commit comments