[ 
https://issues.apache.org/jira/browse/SCM-681?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17962543#comment-17962543
 ] 

ASF GitHub Bot commented on SCM-681:
------------------------------------

jira-importer opened a new issue, #889:
URL: https://github.com/apache/maven-scm/issues/889

   **[David 
Gageot](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=dgageot)** 
opened 
**[SCM-681](https://issues.apache.org/jira/browse/SCM-681?redirect=false)** and 
commented
   
   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
   
   
   ---
   
   **Affects:** 1.7
   
   1 votes, 4 watchers
   




> Git blame fails to report line authors on windows with core.autocrlf = true
> ---------------------------------------------------------------------------
>
>                 Key: SCM-681
>                 URL: https://issues.apache.org/jira/browse/SCM-681
>             Project: Maven SCM (Moved to GitHub Issues)
>          Issue Type: Bug
>          Components: maven-scm-provider-gitexe
>    Affects Versions: 1.7
>         Environment: Windows
> git configured with core.autocrlf = true
>            Reporter: David Gageot
>            Assignee: Olivier Lamy
>            Priority: Major
>             Fix For: 1.9
>
>
> 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



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to