diff options
author | Eric Sunshine <sunshine@sunshineco.com> | 2022-09-22 00:18:25 +0000 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2022-09-23 08:31:13 -0700 |
commit | 2b521630f93b79fc8cbe0fd63fb22879a11b5024 (patch) | |
tree | ef8779204548a2b4bdd4dc783fe5d287921e14cb /builtin/commit.c | |
parent | 75fc96d57e1262fe4b6bf87b5887e9103bcca7fb (diff) |
check-non-portable-shell: detect obsolescent egrep/fgrep
GNU grep deprecated `egrep` and `fgrep` with release 2.5.3 in 2007.
As of release 3.8 in 2022, those commands warn[1] that they are
obsolescent. Now that all the Git test scripts have been scrubbed of
uses of `egrep` and `fgrep`, make `check-non-portable-shell` complain
about them to prevent new instances from creeping back into the project.
[1]: https://lists.gnu.org/archive/html/info-gnu/2022-09/msg00001.html
Signed-off-by: Eric Sunshine <sunshine@sunshineco.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'builtin/commit.c')
0 files changed, 0 insertions, 0 deletions