- Update to ripgrep 14.1.0:
* bug fix for unbounded memory growth while walking a directory tree.
* improvements to the completions for the fish shell
- Update to ripgrep 14.0.3:
* This is a patch release with a bug fix for the --sortr flag.
- Update to ripgrep 14.0.0:
* a new major version release of ripgrep that has some new features, performance improvements and a lot of bug fixes.
* The headlining feature in this release is hyperlink support. In this release, they are an opt-in feature but may
change to an opt-out feature in the future. To enable them, try passing --hyperlink-format default.
If you use VS Code, then try passing --hyperlink-format vscode.
Please report your experience with hyperlinks, positive or negative.
* Another headlining development in this release is that it contains a rewrite of its regex engine.
You generally shouldn't notice any changes, except for some searches may get faster.
You can read more about the regex engine rewrite on my blog.
Please report your performance improvements or regressions that you notice.
* Finally, ripgrep switched the library it uses for argument parsing. Users should not notice a difference in most cases
(error messages have changed somewhat), but flag overrides should generally be more consistent.
For example, things like --no-ignore --ignore-vcs work as one would expect
(disables all filtering related to ignore rules except for rules found in version control systems such as git).
* BREAKING CHANGES:
rg -C1 -A2 used to be equivalent to rg -A2, but now it is equivalent to rg -B1 -A2.
That is, -A and -B no longer completely override -C. Instead, they only partially override -C.
- dropped ruby build dependency and embedded shell completions/man generation in the build process
OBS-URL: https://build.opensuse.org/request/show/1137475
OBS-URL: https://build.opensuse.org/package/show/utilities/ripgrep?expand=0&rev=31
- Updated to version 0.9.0
- Breaking changes
* When --count and --only-matching are provided simultaneously,
the behavior of ripgrep is as if the --count-matches flag was given.
* Octal syntax is no longer supported.
* The --line-number-width flag has been removed.
- Features
* Added a --stats flag, which emits aggregate statistics
after search results.
* lz4 support when using the -z flag
* Added --no-ignore-global that permits disabling global gitignores
* Renamed --maxdepth to --max-depth
* Added a --pre option to filter with an arbitrary program
* Improved zsh completion
- Bug fixes
* No longer skips tar archives when -z is used
* Ignore gitignore files if outside of a repository
* Use more descriptive error messages
OBS-URL: https://build.opensuse.org/request/show/631626
OBS-URL: https://build.opensuse.org/package/show/utilities/ripgrep?expand=0&rev=4
- reduce tarball sizes
* source tarball taken as is from github
* vendor tarball compressed with xz
- cleanup with spec-cleaner
- port history to alacritty.changes
- mark as dual licensed with MIT
- split completion scripts off into separate packages
- Use version 0.8.1
- Generate man file
- Add check
- Remove empty post and postun
- Inital packaging @ 0.6.0
OBS-URL: https://build.opensuse.org/request/show/586170
OBS-URL: https://build.opensuse.org/package/show/utilities/ripgrep?expand=0&rev=1