Skip to content

Trouble searching through hidden subdirectories #1784

Answered by BurntSushi
ahonnecke asked this question in Q&A
Discussion options

You must be logged in to vote

Because of your .* glob. That will expand to any file or directory in the current working directory that starts with a .. .github starts with a dot, but repo does not, so repo is never searched.

Replies: 1 comment 5 replies

Comment options

You must be logged in to vote
5 replies
@ahonnecke
Comment options

@ahonnecke
Comment options

@BurntSushi
Comment options

@ahonnecke
Comment options

@BurntSushi
Comment options

Answer selected by BurntSushi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants