Skip to content

change "make fixme" to use Ripgrep if it is available

db48x requested to merge db48x/reposurgeon:use-ripgrep-if-available into master

Ripgrep is just miles faster, and it already knows not to search the .git directory. It also skips anything mentioned in the .gitignore file, which is very handy.

Merge request reports