Commit 9f2e1f50 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Refactor git follow option set

Signed-off-by: default avatarDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
parent 03ea0c74
......@@ -73,9 +73,9 @@ class Repository
path: path,
limit: limit,
offset: offset,
follow: path.present?
}
options[:follow] = true if path.present?
commits = Gitlab::Git::Commit.where(options)
commits = Commit.decorate(commits, @project) if commits.present?
commits
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment