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 modified in both branches.
This would give me a better overview of what was changed in the branch just by seeing the merge commit.
Is there a way to do this?
I’m thinking if there is a way that when I merge a branch into
Share
I don’t know how to do that in the commit message. But after the merge, this will give the names of all the files affected by the merge commit:
For only a list of filenames of the commit:
There is some white space due to the merge having two parents but that can be easily removed.