You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have some mixed-codepage files that are in mostly ibm-1047 but mixed with other codepage such as Japanese.
We can use -text in .gitattributes to check in the files, however using this approach we will lose the ability to do blame/diff the part that are in text (ibm-1047 code).
Perhaps a solution will be to support zos-working-tree-encoding=ibm-1047 -text in .gitattributes?
The text was updated successfully, but these errors were encountered:
I'm having a similar issue with -text. It appears that using -text in .gitattributes results in a binary tagged file on z/OS.
I recently discovered this when .gitattributes has: * -text git-encoding=utf-8 zos-working-tree-encoding=ibm-1047 working-tree-encoding=utf-8
Normally we have this set * text git-encoding=utf-8 zos-working-tree-encoding=ibm-1047 working-tree-encoding=utf-8
And the file is tagged as text with the expected code page ibm-1047 on z/OS
We have some mixed-codepage files that are in mostly ibm-1047 but mixed with other codepage such as Japanese.
We can use
-text
in.gitattributes
to check in the files, however using this approach we will lose the ability to do blame/diff the part that are in text (ibm-1047 code).Perhaps a solution will be to support
zos-working-tree-encoding=ibm-1047 -text
in.gitattributes
?The text was updated successfully, but these errors were encountered: