This message was deleted.
# feature-requests
s
This message was deleted.
a
I miss
diffgrep
too! One hurdle that we would have to cross before we could get to this is that we don't currently store code. There is work planned around improving the search experience, but code search is unlikely until we are able to store code.
i
Ah good point. Yeah, that makes sense.
m
Cc @Greg
v
something like
git log -S
? (aka "git pickaxe") fun fact: it's available on vanilla git web (bundled with git) when you launch
git instaweb
it will be on the top right:
😮 1