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:
Diffstat (limited to 'app/models/network/graph.rb')
-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 ecbeb24ee0a..6b5ea0fc3fc 100644
--- a/app/models/network/graph.rb
+++ b/app/models/network/graph.rb
@@ -40,7 +40,7 @@ module Network
# Get commits from repository
#
def collect_commits
- # https://gitlab.com/gitlab-org/gitlab-ce/issues/58013
+ # https://gitlab.com/gitlab-org/gitlab-foss/issues/58013
Gitlab::GitalyClient.allow_n_plus_1_calls do
find_commits(count_to_display_commit_in_center).map do |commit|
# Decorate with app/model/network/commit.rb