Re: [PATCH] Use `grep -E/-F` instead of `egrep` and `fgrep`

2022-04-11 Thread Gavin Smith
On Mon, Nov 15, 2021 at 12:04:40AM +0200, Ville Skyttä wrote: > `egrep` and `fgrep` have been deprecated in GNU grep since 2007, and in > current post 3.7 Git they have been made to emit obsolescence warnings: >

Re: [PATCH] Use `grep -E/-F` instead of `egrep` and `fgrep`

2021-11-15 Thread Gavin Smith
On Mon, Nov 15, 2021 at 12:04:40AM +0200, Ville Skyttä wrote: > `egrep` and `fgrep` have been deprecated in GNU grep since 2007, and in > current post 3.7 Git they have been made to emit obsolescence warnings: >

[PATCH] Use `grep -E/-F` instead of `egrep` and `fgrep`

2021-11-14 Thread Ville Skyttä
`egrep` and `fgrep` have been deprecated in GNU grep since 2007, and in current post 3.7 Git they have been made to emit obsolescence warnings: https://git.savannah.gnu.org/cgit/grep.git/commit/?id=a9515624709865d480e3142fd959bccd1c9372d1 --- README-hacking | 2 +-