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:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-04-03 23:37:07 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-04-03 23:37:07 +0400
commitd9ab7ba6ebf21ac5736fc0b0d982789b0c09ee3e (patch)
tree26260da14ae56c8537192d133ab39d759958b4f2 /app/models/network
parent6d07a97462eed7a61316871b47f1e214e8553c7a (diff)
Fixed wrong order of arguments in network graph caused by refactoring
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 2419b719d20..0fe7765b9ea 100644
--- a/app/models/network/graph.rb
+++ b/app/models/network/graph.rb
@@ -98,7 +98,7 @@ module Network
skip: skip
}
- Grit::Commit.find_all(@repo, opts, nil)
+ Grit::Commit.find_all(@repo, nil, opts)
end
def commits_sort_by_ref