microsoft / vscode

Visual Studio Code
https://code.visualstudio.com
MIT License
164.66k stars 29.44k forks source link

View commit action on multiple commits is showing no changed files #223307

Open sandy081 opened 4 months ago

sandy081 commented 4 months ago

Testing #223106

https://github.com/user-attachments/assets/efff4839-53ff-4017-97ac-b0dd0fd552e3

muzimuzhi commented 3 months ago

This only reproduces when an older commit is selected first.

* Commit 4 (HEAD)
* Commit 3
* Commit 2
* Commit 1

Update: Probably nope. Selecting "Commit 4" then "Commit 2" shows changes mades by Commit 2, 3, and 4. Is it ever possible to show combined changes from dis-adjacent git commits?