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