Discuss user requirements for Git on z/OS #40
Replies: 3 comments 1 reply
-
I would like to see an option/env var to control this behavior. Rocket git requires that the repo contain a .gitattributes file, which is fine for z/os aware repositories, but if you're cloning some general open source repo, this file wont exist (or at least won't have the relevant setting). Then you have to do a bare clone, create the gitattributes file in the .git/info directory and then do the checkout, which is "annoying". |
Beta Was this translation helpful? Give feedback.
-
I added some thoughts here with respect to supporting working tree encodings in the .gitattributes: zopencommunity/gitport#21 . In short, I think we should leverage the upstream working-tree-encoding support and enhance it by adding support for an OS flag to apply to it select platforms. |
Beta Was this translation helpful? Give feedback.
-
I am closing this @IgorTodorovskiIBM - reopen @IgorTodorovskiIBM or @khickel if appropriate. Details of working tree encodings are discussed here: https://zosopentools.github.io/meta/#/Guides/GitOnZOS |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
All reactions