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 ls-files optional argument format #180

Merged
merged 1 commit into from
Sep 17, 2019
Merged

Conversation

yamadayuki
Copy link
Collaborator

WHY & WHAT

Fix git ls-files argument format. If you specify the *.ts argument for ls-files command, this displays only current working directory files which are matched with the .ts extension name.
We should use the format such as "**/*.ts". This format can display the files recursively.

@yamadayuki yamadayuki merged commit e8cf417 into master Sep 17, 2019
@yamadayuki yamadayuki deleted the yamadayuki/recursive branch September 17, 2019 07:43
@yamadayuki yamadayuki added the bug Something isn't working label Sep 17, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant