jira-importer commented on issue #1037: URL: https://github.com/apache/maven-scm/issues/1037#issuecomment-2964640296
**[Richard DiCroce](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=rcd)** commented It's been quite a while now since I wrote this patch, but if memory serves, that block of code was there to sort out which files are actually tracked by Git in order to filter the list of returned files so that it only contains files that were really added instead of ALL files in that directory (and subdirectories). That is now handled by the block of code I added above the loop, right under the comment ``` // we may have tried to add files covered by .gitignore (so they weren't actually added) ``` ``` -- 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]
