-
Notifications
You must be signed in to change notification settings - Fork 279
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
ImageOptim hook autocorrects #346
Comments
You would be correct, but it's the nature of the tool itself. It at least doesn't stage those corrections. If I'm open to suggestions of how to deal with this, but at the time it was deemed "not a big deal" as the user could always In regards to autocorrection in general, I'm not against it, it's just not supported in the general case yet (see #238). |
Ah, yes, the hook used to call the Ruby API directly. I switched it in 71b31bd to use the executable since I didn't want to have to install the I'm definitely open to a pull request that fixes this to be non-destructive. One solution could be to copy the applicable files to a temporary directory and run |
Closing this ticket due to age. Happy to merge a pull request if this is desired! |
I've noticed that the
ImageOptim
hook autocorrects.I wouldn't expect this since it's the only hook I've seen that changes the repository state. Right?
The text was updated successfully, but these errors were encountered: