Author Topic: Git and extended attributes  (Read 1978 times)

Robert Roland

  • Newbie
  • *
  • Posts: 7
  • Karma: +1/-0
    • View Profile
Git and extended attributes
« 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?