Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"Originals" Missing Resource forks #3

Open
reinecke opened this issue Aug 9, 2022 · 1 comment
Open

"Originals" Missing Resource forks #3

reinecke opened this issue Aug 9, 2022 · 1 comment

Comments

@reinecke
Copy link

reinecke commented Aug 9, 2022

Since old Mac Systems used the Resource Fork to store font data (instead of the data fork), all the original font files in the repo are Zero size and are missing the font data.

Some possible solutions might be:

  • Use some sort of archive utility to pack the files before checking them in (like BinHex hqx or possibly zip on OS X
  • Extract the resource forks to a file data fork using SplitForks on OS X and check those files in

This would need to be done from the original files on your computer the repo originated from - git unfortunately is ignorant of resource forks without using something like some specific git hooks to split/recombine them.

@pdokas
Copy link

pdokas commented Aug 9, 2022

@mihaip has good info on this topic:

  1. https://blog.persistent.info/2021/04/git-resource-fork-hooks.html
  2. https://github.com/mihaip/git-resource-fork-hooks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants