Steps:
Note:
PR overview page:
Incorrect files-changed tab reached from steps 2 & 3:
go back to step 1 and click the files-changed tab:
Hello @Peter Miller ,
and thanks for reaching out to the Community!
When you click on a commit in the Pull Request Overview tab, the page will redirect you to the Files changed tab and filter the diff to only that single commit. This is the reason why you see less files changed, because the diff in this case is not considering all the commits in the pull request, but that single commit you have clicked.
To view the diff of all the commits, you can click on the dropdown and select All changes, like in the below example :
That dropdown enables you to see the different across individual commits, or a range of commits you select. It also has the option to show All changes, which will make the diff considering all the commits that are part of that pull request.
I hope that helps to clarify!
Thank you, @Peter Miller !
Patrik S
ah that makes sense. thanks.
i found the reason i'm seeing a commit from a different PR inside this PR is that the commit is a merge from the master branch into this branch
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.