jira-importer commented on issue #1037: URL: https://github.com/apache/maven-scm/issues/1037#issuecomment-2964640285
**[Richard DiCroce](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=rcd)** commented It's been 7.5 months since I submitted the patch, so my memory is a bit foggy here. But if I'm reading the patch correctly, there is still a call to AddCommand#addFilepattern(String) in the loop, passing a path relative to the repository root. IIRC there were two calls to addFilepattern, but JGit only works on paths relative to the repository root, so the second call to addFilepattern using an absolute path is completely pointless. Hence the reason I removed it. -- 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]
