Y
Hacker News
new
|
ask
|
show
|
jobs
by
edflsafoiewq
519 days ago
What doesn't work?
2 comments
weinzierl
519 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
link
edflsafoiewq
519 days ago
I assumed you were talking about issue search, since that's what the thread is about.
link
idunnoman1222
519 days ago
Oh yeah, where on the Internet does this work reliably?please don’t say gitlab
link
maeil
519 days ago
Sourcegraph.
link
trollbridge
518 days ago
grep -rli search_this some-repo # (or use rg if you prefer)
link
idunnoman1222
518 days ago
Holy shit what a good idea why doesn’t GitHub just let you use ripgrep?!?!?
link
edflsafoiewq
518 days ago
Too expensive I assume.
link
zb3
519 days ago
Sorting code search results by date.
link
Also see https://news.ycombinator.com/item?id=35144250