Commit 42d4ed3a authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Merge pull request #7417 from woita/follow-history-for-files

history for files follows after rename
parents 91d6f916 a5473561
...@@ -39,6 +39,7 @@ class Repository ...@@ -39,6 +39,7 @@ class Repository
path: path, path: path,
limit: limit, limit: limit,
offset: offset, offset: offset,
follow: path.present?,
) )
commits = Commit.decorate(commits) if commits.present? commits = Commit.decorate(commits) if commits.present?
commits 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