CommitService::FindCommits client implementation
~Conversation: #446 (closed)
See the Migration Process documentation for more information on the Client Implementation stage of the process.
The migration point is inside Gitlab::Git::Repository#log. At the end of that method it should either use Gitaly, or call raw_log. The idea is to fill in default options etc. on the client side before we make the RPC call.
Edited by Kim Carlbäcker