sourcegraph / srclib

srclib is a polyglot code analysis library, built for hackability. It consists of language analysis toolchains (currently for Go and Java, with Python, JavaScript, and Ruby in beta) with a common output format, and a CLI tool for running the analysis.
https://srclib.org
Other
942 stars 62 forks source link

{store,cli}: add specific option (no prefixes) to ByFiles #236

Closed slimsag closed 8 years ago

slimsag commented 8 years ago

This change adds a exact flag to the ByFiles filter such that it will not be inclusive of files matching the prefix (e.g. foo/ does not match foo/bar.go).