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

   **[Jorge 
Costa](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=jmecosta)** 
commented
   
   Hi Olivier,
   
   I was looking into the implementation of this feature, and at least for git 
i found difficult to understand how the parameter is passed to the command 
executor.
   
   This is the implementation of the command:
   
       Commandline cl = createCommandLine( workingDirectory.getBasedir(), 
filename,
                                           parameters.getBoolean( 
CommandParameter.IGNORE_WHITESPACE, false ) );
   
   As i understand in the new BlameScmRequest is only setting an internal 
boolean ignoreWhitespace to true and not the property. So i see that the ignore 
whitespaces is always ignored.
   
   Is this the intended implementation, or am i not seeing everything?
   
   Thanks in advance
   
   Br,
   
   Jorge Costa
   


-- 
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: issues-unsubscr...@maven.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to