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

--glob doesn't work with directories #43

Closed
BurntSushi opened this issue Sep 24, 2016 · 0 comments
Closed

--glob doesn't work with directories #43

BurntSushi opened this issue Sep 24, 2016 · 0 comments
Labels
bug A bug.

Comments

@BurntSushi
Copy link
Owner

For whatever reason, it looks like I made Overrides completely ignore directories. This comment suggests a transcription error:

        // File types don't apply to directories.
        if is_dir {
            return Match::None;
        }
@BurntSushi BurntSushi added the bug A bug. label Sep 24, 2016
amsharma91 added a commit to amsharma91/ripgrep that referenced this issue Sep 27, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug A bug.
Projects
None yet
Development

No branches or pull requests

1 participant