OS2 World Community Forum

OS/2, eCS & ArcaOS - Technical => Programming => Topic started by: Robert Roland on September 25, 2023, 06:14:58 am

Title: Git and extended attributes
Post by: Robert Roland on September 25, 2023, 06:14:58 am
For my Mastodon client, I was considering VisPro/REXX, but the challenge is it relies on extended attributes on the project folder structure.

Git doesn't handle that, so that's making it slightly challenging.

The best solution I can think up right now is to zip up the project folder and commit the zip file, but I don't much like that.

Otherwise I'd have to do an annoying cmd file as a git hook to use EAUTIL to export / import the EA's.

Has anyone built any EA support for git?