When merging topic branches with the squash method,
i.e: git merge --squash ${topic_branch}
,
by default the author and committer of the merge commit following
will be the one executing the merge.
But most of the time this person(or tool) is the integrator and to be able to follow back a topic author we need to force