• Nick Thomas's avatar
    Use the ListCommits RPC for Gitlab::Git::Commit.between · f1f39db1
    Nick Thomas authored
    The CommitsBetween RPC is deprecated in favour of the new ListCommits
    RPC, so switch to that.
    
    ListCommits has a working pagination implementation, so this change
    helps us to reduce the number of commits we pull from Gitaly.
    f1f39db1
commit_service.rb 20 KB