Skip to content

Commit 7e8f37a

Browse files
committed
[.gitattributes] * -text
1 parent 2a7304b commit 7e8f37a

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

.gitattributes

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# https://github.community/t5/GitHub-Actions/git-config-core-autocrlf-should-default-to-false/m-p/30731#M534
2+
* -text
3+
14
/Cabal/ChangeLog.md merge=union
25
/cabal-install/changelog merge=union
36
/cabal-testsuite/PackageTests/NewBuild/CmdRun/Script/script.hs eol=crlf

travis-meta.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@
66
# Check that auto-generated files/fields are up to date.
77
# ---------------------------------------------------------------------
88

9+
# For some reason status might now be clean after checkout
10+
git reset --hard
11+
git status
12+
913
# Regenerate the CONTRIBUTORS file.
1014
# Currently doesn't work because Travis uses --depth=50 when cloning.
1115
#./Cabal/misc/gen-authors.sh > AUTHORS

0 commit comments

Comments
 (0)