Skip to content

Commit

Permalink
Clear out .gitattributes file
Browse files Browse the repository at this point in the history
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 <devinn@ca.ibm.com>
  • Loading branch information
dnakamura committed Jun 22, 2018
1 parent 0ddfa84 commit 211fe2e
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .gitattributes
Expand Up @@ -3,17 +3,6 @@
# when cloned using git (from Rocket Software) on z/OS platform.
#
# Selected binary files will not be translated at all.
#
# The default for text files
* git-encoding=iso8859-1 working-tree-encoding=iso8859-1

# git's files (which MUST be ASCII)
.gitattributes git-encoding=iso8859-1 working-tree-encoding=iso8859-1
.gitignore git-encoding=iso8859-1 working-tree-encoding=iso8859-1

# omr files that need to be encoded as EBCDIC
*.hdf git-encoding=iso8859-1 working-tree-encoding=ibm-1047
*.tdf git-encoding=iso8859-1 working-tree-encoding=ibm-1047

# Binary files
*.jpg git-encoding=BINARY working-tree-encoding=BINARY
Expand Down

0 comments on commit 211fe2e

Please sign in to comment.