mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-13 22:59:19 +10:00
Revert "history for files follows after rename"
This reverts commit a547356133.
Because grit does not respect offset setting when follow: true which
cause invalid commit history for file
This commit is contained in:
@@ -39,7 +39,6 @@ class Repository
|
||||
path: path,
|
||||
limit: limit,
|
||||
offset: offset,
|
||||
follow: path.present?,
|
||||
)
|
||||
commits = Commit.decorate(commits) if commits.present?
|
||||
commits
|
||||
|
||||
Reference in New Issue
Block a user