jira-importer commented on issue #820:
URL: https://github.com/apache/maven-scm/issues/820#issuecomment-2964625855

   **[Mark 
Struberg](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=struberg)**
 commented
   
   I guess I c what you mean:
   
   "followed by the following information at least once for each commit"
   That's exactly the reason why we cannot clean the author and date 
information!
   If two or more following lines (right behind each other) got changed in the 
_same_ commit, then the author+committer info will NOT be contained in the 
blame info!
   
   E.g. the first line looks like this
   
   342345234aef32323214 2 2 3
   author
   author-time
   ...
   committer-time
   ..
   filename myfile.txt
   summary thesummaryIentered
   \t[tab] changed content of this line
   
   but the following 2 lines (summary=3 = last number of the original sha-1 
line)
   342345234aef32323214 3 3
   \t[tab] changed content of the 2nd line
   342345234aef32323214 4 4
   \t[tab] changed content of the 3nd line
   
   Means they will NOT contain the author info again, but 'reuse' the info 
above.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to