Skip to content

Commit 211fe2e

Browse files
committed
Clear out .gitattributes file
Git 2.18 supports the `working-tree-encoding`. This means that anyone who checks out the codebase with the new git will get a working tree in EBCDIC. This patch removes the forced encoding. Build will still work on z/OS due to file-tagging and auto-conversion. Signed-off-by: Devin Nakamura <[email protected]>
1 parent 0ddfa84 commit 211fe2e

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

.gitattributes

-11
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,6 @@
33
# when cloned using git (from Rocket Software) on z/OS platform.
44
#
55
# Selected binary files will not be translated at all.
6-
#
7-
# The default for text files
8-
* git-encoding=iso8859-1 working-tree-encoding=iso8859-1
9-
10-
# git's files (which MUST be ASCII)
11-
.gitattributes git-encoding=iso8859-1 working-tree-encoding=iso8859-1
12-
.gitignore git-encoding=iso8859-1 working-tree-encoding=iso8859-1
13-
14-
# omr files that need to be encoded as EBCDIC
15-
*.hdf git-encoding=iso8859-1 working-tree-encoding=ibm-1047
16-
*.tdf git-encoding=iso8859-1 working-tree-encoding=ibm-1047
176

187
# Binary files
198
*.jpg git-encoding=BINARY working-tree-encoding=BINARY

0 commit comments

Comments
 (0)