jpg images gets corrupted and have glitches when commited to a repository and pushed
Version info
- OS: [e.g. macOS 10.14, Windows 10, Ubuntu 18.04]
- Build: [e.g. 1062 - type "About" in the command palette]
Description So yeah, the title says my jpg images gets corrupted and get weird effects whenever i commit or push them to a repository. it doesnt happen with pngs
Steps to reproduce
Steps to reproduce the behavior:
- Stage jpgs...
- press commit...
- Click on Push...
- and then...when i look at them in my repository, they are corrupted
Expected behavior Well...the jpgs to be alright whenever i commit / push them
Debug Information The Sublime Merge debug information can be used to narrow down the cause of an issue. It can be collected with the following steps:
- Open Sublime Merge
- Open the repository where the bug occurs
- Navigate to
Help > Debug Informationvia the application menu - Before sharing, please redact any information that's sensitive such as file paths, git user information, remote URLs etc.
This section may be omitted/removed.
does the have to do with the way the images are made? because it doesnt seem to happen with some jpg files
If applicable, add screenshots to help explain your problem. This section may be omitted/removed.
Does this happen with the git cli, too? Do you have any filters/hooks in your git setup? What if you commit locally, switch to an older commit and checkout the new commit (without pushing)? Donthose files have the same checksum as before commiting?