This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 250289

Summary: git annotations with blame detection of moves and refactors
Product: versioncontrol Reporter: ndwolf <ndwolf>
Component: GitAssignee: Ondrej Vrabec <ovrabec>
Status: NEW ---    
Severity: normal CC: git
Priority: P3    
Version: 8.1   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

Description ndwolf 2015-02-07 22:58:49 UTC
Annotations is not detecting when the change is made by renaming, move files or trivial changes as trailing spaces.
This is something git gui blame has solves as it shows the original commit and the commit that changed it to the last state.

So normally you want to know the original commit/committed, not the one who moved it.

It will be ok to just add this funcionality in the same way git gui blames is doing, with a second column and also adding the commit to the popup that shows in the moused pointer