sublimehq / sublime_merge

Issue tracker for Sublime Merge
https://www.sublimemerge.com
271 stars 14 forks source link

Tree view when diffing 2 commits shows the whole tree instead of the changes. #1787

Open psclkhoury opened 1 year ago

psclkhoury commented 1 year ago

Version info

Description

when I select 2 commits in a repo, I see the changes between those 2 commits in the commits detail.

If I select the Files tab, then I see a list of files that have changes and I see the diff for each file.

If I switch to the Tree view in the Files tab, I expect to see the tree view of the changes between the 2 selected commits. However, the tree view shows all the files in the repo instead of only the changes between the commits.

If this is not the intended behaviour of the tree view which I would find weird, then maybe add an option in the Changes tab to show a tree view instead of a flat list.