I would like to get all commit messages for separate file in github REST api. But all I got - only to get all commits for separate branch. Then I tried to get following:
http://api.github.com/users/<username>/<project>/commits/<branch>/<path/to/file>
But that didn't help also. Is this at least possible?