Commit ddd238ef authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Revert "history for files follows after rename"

This reverts commit a5473561.
Because grit does not respect offset setting when follow: true which
cause invalid commit history for file
parent d3067379
......@@ -39,7 +39,6 @@ class Repository
path: path,
limit: limit,
offset: offset,
follow: path.present?,
)
commits = Commit.decorate(commits) 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