Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix auto.include.git.dirs handling on Windows #6

Merged
merged 1 commit into from
Nov 5, 2021

Conversation

swiftrs
Copy link
Contributor

@swiftrs swiftrs commented Nov 5, 2021

Splitting auto.include.git.dirs value on ':' breaks on Windows because colon is used as drive letter separator.
For example
auto.include.git.dirs=C:/home/me/development/gradle
will throw an exception.

In the documentation only ',' is mentioned as separator. You might consider to also remove ';' from the splitter regex.

Splitting auto.include.git.dirs value on ':' breaks on Windows becaus colon is used as drive letter separator.
@melix
Copy link
Owner

melix commented Nov 5, 2021

Thanks!

@melix melix merged commit e8ac4d7 into melix:main Nov 5, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants