piercemar opened a new pull request, #1370:
URL: https://github.com/apache/maven-scm/pull/1370

   JGitStatusCommand currently ignores fileSet.getFileList() and always returns 
the full repository status.  
   This causes inconsistent behavior compared to the gitexe provider, where 
GitStatusConsumer correctly filters results to only the requested files.
   
   This PR fixes JGitStatusCommand to apply the same file-list filtering, so 
both providers behave consistently when a FileSet with specific files is 
supplied.
   
   Testing: This case is not covered by the TCK
   
   I hereby declare this contribution to be licenced under the [Apache License 
Version 2.0, January 2004](http://www.apache.org/licenses/LICENSE-2.0)


-- 
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