Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.7
-
Fix Version/s: 1.8
-
Component/s: maven-scm-provider-git
-
Labels:None
-
Environment:Windows
git configured with core.autocrlf = true
-
Complexity:Intermediate
-
Number of attachments :
Description
Git blame cannot report line authors when each line is modified locally by the autocrlf parameter. It thinks every line is Not Yet Committed.
The fix is to use git blame -w instead of plain git blame, to ignore whitespaces.
See discussion here: http://stackoverflow.com/questions/4638500/git-blame-showing-no-history
Issue Links
- is related to
-
SONARPLUGINS-1995
Fail to report line authors on windows with core.autocrlf = true
-
fixed.
You will now have
Have fun !