Rocket/scripts
Sergio Benitez 0f1d141905 Use PCRE git grep to work around macOS git bug.
Git 2.39 on macOS contains a buggy `grep` implementation which, among
other things, fails to interpret the metasequence `\s` in extended regex
mode as space characters and instead interprets it as the literal `s`
character. To avoid this issue, this commit now uses `-P` instead of
`-E` when calling `git grep`, forcing use of PCRE instead.
2023-01-30 16:09:54 -08:00
..
bump_version.sh Point all docs and doc links to 'master' branch. 2020-10-21 04:54:24 -07:00
config.sh Don't set master as current release. 2022-05-09 06:32:53 -05:00
mk-docs.sh Introduce async database pools: 'rocket_db_pools'. 2021-07-18 12:17:17 -07:00
publish.sh New version: 0.5.0-rc.2. 2022-05-09 06:32:46 -05:00
test.sh Use PCRE git grep to work around macOS git bug. 2023-01-30 16:09:54 -08:00