Commits that reference an issue do not show up on the issue page
Created by: rskuipers
I'm not entirely sure whether this is a bug or simply was never intended, but I'll put it up here anyway.
When I push a commit onto the develop branch with a message like Closes #4
I don't expect the commit to close the issue until it is merged into the master branch. This behavior is correct and currently working properly.
However I do expect the commit to show up on the issue's page, because it was referenced by it. Something along the lines of:
"Commit x referenced this issue" or "Commit x will close this issue as soon as it's merged into "