We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a7304b commit 7e8f37aCopy full SHA for 7e8f37a
.gitattributes
@@ -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
+
4
/Cabal/ChangeLog.md merge=union
5
/cabal-install/changelog merge=union
6
/cabal-testsuite/PackageTests/NewBuild/CmdRun/Script/script.hs eol=crlf
travis-meta.sh
@@ -6,6 +6,10 @@
# Check that auto-generated files/fields are up to date.
7
# ---------------------------------------------------------------------
8
9
+# For some reason status might now be clean after checkout
10
+git reset --hard
11
+git status
12
13
# Regenerate the CONTRIBUTORS file.
14
# Currently doesn't work because Travis uses --depth=50 when cloning.
15
#./Cabal/misc/gen-authors.sh > AUTHORS
0 commit comments