While merging master into the current branch before a push if its not a fast-forward merge, git sets a default message Merge branch 'master' into YOUR-BRANCH-NAME
.
But to make the git history more meaningful, what would be a standard message format for merge commits? Using the default message doesn't make much sense because the branch names would be random all the time(Branching strategy: GitHub flow).