Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob Vosmaer <jacob@gitlab.com>2017-06-27 13:17:14 +0300
committerJacob Vosmaer <jacob@gitlab.com>2017-06-27 13:30:51 +0300
commit144e37c667c1681ce8c1c8292ee8f48b9eb455c5 (patch)
treea6fec0fa8a4e88a9c9eac35257bc30883aa9c10b /app/models/network
parenteacce60b1744775f4bb4c7dccfe29912d70b9984 (diff)
Remove Gitlab::Git::Repository#find_all
Diffstat (limited to 'app/models/network')
-rw-r--r--app/models/network/graph.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/models/network/graph.rb b/app/models/network/graph.rb
index 59737bb6085..2bc00a082df 100644
--- a/app/models/network/graph.rb
+++ b/app/models/network/graph.rb
@@ -113,7 +113,7 @@ module Network
opts[:ref] = @commit.id if @filter_ref
- @repo.find_commits(opts)
+ Gitlab::Git::Commit.find_all(@repo.raw_repository, opts)
end
def commits_sort_by_ref