Defect #8564
Git: `git mv file file2` shows up as delete + add instead of rename
Status: | Closed | Start date: | 2011-06-08 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | - | % Done: | 0% | |
Category: | SCM | |||
Target version: | - | |||
Resolution: | Wont fix | Affected version: |
Description
When you use `git mv file file2`, and click the revision in Redmine, it shows as a delete + add instead of a rename as it should. Git shows it properly as a rename if I check it.
Using Redmine trunk r6007
Related issues
History
#1
Updated by Toshi MARUYAMA about 11 years ago
- Status changed from New to Closed
- Resolution set to Wont fix
#2
Updated by Toshi MARUYAMA about 11 years ago
- Category set to SCM
#3
Updated by Ве Fio almost 11 years ago
How about --find-copies? From reading the documentation, it did say that --find-copies-harder is expensive, but it didn't say that about --find-copies.