1. Change a tracked file 2. Stage the file 3. Make further changes to the file 4. Hover over the file in the “changed” section and click the “diff” icon Expected behavior: The diff between the staged version of the file and the unstaged version is shown, matching what is shown by the `git diff` command. Actual behavior: The combined changes shown by `gitt diff` and `git diff --staged` are being shown: <img width="1870" alt="Image" src="https://github.com/user-attachments/assets/6ef44ec2-2f24-403f-a7c6-fb2721203528" /> <img width="1870" alt="Image" src="https://github.com/user-attachments/assets/9eff77d2-27fc-425c-af01-2fff88733365" />