jira-importer commented on issue #1019: URL: https://github.com/apache/maven-scm/issues/1019#issuecomment-2964639353
**[Michael Osipov](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=michael-o)** commented Alright, added the Git config and can reproduce now. I have found several other bugs where a `File` is passed for a URL. I've fixed those too. Please check my branch `path-fiddle`. Currently, `GitExeChangeLogTckTest` fails because `GitChangeLogCommand` does this: `cl.createArg().setFile( workingDirectory )`. This change is valid, but has to be relative to the repo root to work properly with Cygwin. Also testcases need to be changed. -- 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