ripgrep v12.0.1 Release Notes

Release Date: 2020-03-29 // about 4 years ago
  • ๐Ÿš€ 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
    0๏ธโƒฃ 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.