Home
last modified time | relevance | path

Searched defs:diverging_commit_count (Results 1 – 2 of 2) sorted by relevance

/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/lib/gitlab/gitaly_client/
H A Dcommit_service.rb163 def diverging_commit_count(from, to, max_count:) method in Gitlab.GitalyClient.CommitService
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/lib/gitlab/git/
H A Drepository.rb570 def diverging_commit_count(from, to, max_count: 0) method in Gitlab.Git.Repository