Skip to content

12.0.1

Compare
Choose a tag to compare
@github-actions github-actions released this 29 Mar 23:00
· 590 commits to master since this release
12.0.1
1d5b101

ripgrep 12.0.1 is a small patch release that includes a minor bug fix relating
to superfluous error messages when searching git repositories with sub-modules.
This was a regression introduced in the 12.0.0 release.

In case you haven't heard of it before, ripgrep is a line-oriented search
tool that recursively searches your current directory for a regex pattern. By
default, ripgrep will respect your .gitignore and automatically skip hidden
files/directories and binary files.

Bug fixes:

  • BUG #1520:
    Don't emit spurious error messages in git repositories with submodules.