Mastodon
Richard Gibert
Documentation
Resume
GitHub
Keyoxide
LinkedIn
Edit this page
Documentation
Grep through entire git history
Grep through entire git history
git rev-list
--all
|
\
xargs
\
git
\
grep
\
${
search_regex
}