Feature #10514
Follow file rename/move on repository file history (git)
| Status: | Reopened | Start date: | ||
|---|---|---|---|---|
| Priority: | Low | Due date: | ||
| Assignee: | - | % Done: | 0% | |
| Category: | SCM | |||
| Target version: | - | |||
| Resolution: |
Description
Hello,
At the moment, when we rename or move a file or a directory with git, the history is broken in Redmine's Repository view. In fact, with the git log breaks history command too, but using the --follow option, it keeps history even after rename or remove.
So, is it possible to use the --follow option while retrieving history from a Git repository ?
Best regards,
Samuel ROZE.
History
#1 Updated by Toshi MARUYAMA about 1 year ago
- Status changed from New to Closed
- Resolution set to Wont fix
See r3468.
#2 Updated by Toshi MARUYAMA about 1 year ago
- Status changed from Closed to Reopened
- Priority changed from Normal to Low
- Resolution deleted (
Wont fix)
It may be possible in only latest_changesets
source:tags/1.3.2/app/models/repository/git.rb#L192