I have 3 Feature branches and 1 Release branch. I merged code from Feature1 to Release having 2 commits. Then i am merging code from feature2 to Release having 1 commit. When i execute the git show command with 2nd merge commit its listing all the files instead of showing only feature2 merged files.
git show -m -1 6929195e --name-only --stat --pretty=format:
I want my merge commit id to list only merged files from particular branch instead of showing all the files. Please reply if you dont understand my questions.