Skip to content

Add CountDivergingCommits RPC

John Cai requested to merge add-left-right-support into master

Supports #888 (closed) by adding a new rpc CountDivergingCommits. Initially the functionality of supporting --left-right was going to be added to the existing CountCommits RPC, but it made more sense to break it out since the method signature is different. eg: count vs [left_count, right_count] as the response.

Edited by GitLab Release Tools Bot

Merge request reports