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