Hacker News new | ask | show | jobs
by weinzierl 522 days ago
If you search code for a string you know is there it is completely git or miss if it is found. Always has been like that.

Also see https://news.ycombinator.com/item?id=35144250

2 comments

I assumed you were talking about issue search, since that's what the thread is about.
Oh yeah, where on the Internet does this work reliably?please don’t say gitlab
Sourcegraph.
grep -rli search_this some-repo # (or use rg if you prefer)
Holy shit what a good idea why doesn’t GitHub just let you use ripgrep?!?!?
Too expensive I assume.