Add limit to gitaly_get_all_pages
In Gitlab::Git::Wiki the method pages accept a limit param. This param is set to avoid building all wiki pages available when building the wiki sidebar. The gollum version gollum_get_all_pages actually accept this method.
It would be great to add this param to gitlay_get_all_pages and avoid that overhead.