I\'m thinking if there is a way that when I merge a branch into another branch that ALL changed files are listed in my commit message and not just the ones which were modifi
suppose you have SHA of your merge commit, then git diff --name-only ^1
git diff --name-only ^1