/api/1/revision/log/ - Unify pagination scheme
That endpoint is paginated. However, the implementation is not consistent with #605. We should now use 'Link' headers in the response as in #605 (more information on https://developer.github.com/v3/#pagination).
Since the api, when browsed through the browser, is now able to display those header information (#633 (closed)), nothing prevents us from adapting the results now.
Migrated from T637 (view on Phabricator)