1089: git differ doesn't support moves and renames
- Duplicate
- Review Board
nikolai.pr**********@gmai***** (Google Code) (Is this you? Claim this profile.) | |
Feb. 27, 2010 | |
What version are you running? 1.0b2 Describe the enhancement and the motivation for it. Current diff viewer doesn't support git file renames or moves. Those are created with "git diff -M" and look like this: diff --git a/README b/README.moved similarity index 100% rename from README rename to README.moved Supporting this would als remove giant delete/insert chunks in the viewer.