I am having this scenario when merging code using Git in Azure DevOps:
On 7/30: A pull request was created to merge code from Dev branch to Master choosing the Squash and Merge option. So, only one single commit was done without preserving all history.
From 7/31 to 8/6: All feature branches are already merge into the Dev branch with the Merge commit option preserving all commit history.
Now, on 8/7: I am trying to merge Dev branch to master one more time (doing this at the end of each Sprint). However, while creating the pull request something I noticed and took my attention is that on the pull request, I am getting older changes before 7/30.
Should not the pull request be showing/ displaying all changes done from 7/31 to 8/6?

