Github user hmcl commented on the issue:
https://github.com/apache/storm/pull/2367
@srdo in my opinion the most important thing is to keep the project, and in
particular the git log clean. I often have to cherry-pick changes from Apache
branch into my own branch, and multiple commits for a JIRA turn branch
maintenance nightmare. Several Apache projects have a strict rule of one JIRA
one Git commit, which I believe is very beneficial.
If you feel really strongly about differentiating yours and his
contributions, this patch must have at most two commits. One has all his
contributions, and another yours. You can squash the commits and put @tiodollar
as author as described in
[here](https://stackoverflow.com/questions/3042437/change-commit-author-at-one-specific-commit).
---