jira-importer commented on issue #1019: URL: https://github.com/apache/maven-scm/issues/1019#issuecomment-2964639354
**[Ilya Basin](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=basinilya)** commented [Michael Osipov](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=michael-o) It helps to modify GitChangeLogCommand like this: cl.createArg().setValue( "." ); We do "cd workdir" to run shell commands on Linux, don't we? The expected values in GitChangeLogCommandTest should be updated accordingly. I see you have removed getAbsolutePath from GitScmTestUtils.getScmUrl. That's not right. Users should be able to do something like this: "scm:git:file://${basedir}" and "${basedir}" may be like "C:\something" or "\\unc\path". This is why I replace the slashes so late in GitScmProviderRepository. -- 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