You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When adding large quantities of sound files to a pack, I'd like to be able to do a git diff of the last commit before the previous release and the current state, and have spcheck verify that text instead of the entire current file. This would allow me to get a nice, formatted sound count of only the changes since the last release. Doing this manually is tedious and error-prone.
This might be better accomplished using grep with awk or something to build a .json file containing only the differences.
The text was updated successfully, but these errors were encountered:
When adding large quantities of sound files to a pack, I'd like to be able to do a
git diff
of the last commit before the previous release and the current state, and have spcheck verify that text instead of the entire current file. This would allow me to get a nice, formatted sound count of only the changes since the last release. Doing this manually is tedious and error-prone.This might be better accomplished using grep with awk or something to build a .json file containing only the differences.
The text was updated successfully, but these errors were encountered: