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

Replace git ls-files with Dir #361

Merged
merged 2 commits into from
Sep 12, 2022

Conversation

nickchen120235
Copy link
Contributor

@nickchen120235 nickchen120235 commented Sep 9, 2022

Description

This PR replaces environment-dependent git ls-files -z with pure ruby implementation Dir[“**/*”].

Fixes #360

@sylhare sylhare merged commit 99ebab8 into sylhare:master Sep 12, 2022
@nickchen120235 nickchen120235 deleted the fix-git-ls-files branch September 12, 2022 15:27
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.

git ls-files doesn't work
2 participants