Sublime Forum

How to display changed files from selected commits only

#1

The repo in question has multiple contributors. The latest 30 commits were mostly made by me and another person, but with occasional commit by others sprinkled in. These sprinkles are not related to the feature the two of us were working on. Now I need an overview of all the files change by only us two. I opened the search and used something like (author:"me" or author:"otherguy") and branch:main and then selected the last few commits. But even if the “spinkles” are not visible in the list of commits, the files changed were still displayed in the overview to the right. What would be the correct way to see only the changes from the selected commits, but not the ones in between?

0 Likes