box-project / box

📦🚀 Fast, zero config application bundler with PHARs.
https://box-project.github.io/box
MIT License
1.14k stars 100 forks source link

Use Box diff as a git differ #1343

Open theofidry opened 8 months ago

theofidry commented 8 months ago

Feature Request

It should be possible to configure git to use a different program to do the diff for certain files, in which case maybe it would be possible to use box's diff for diffing PHARs.

See https://stackoverflow.com/questions/20069976/setup-git-diff-for-special-file-types.