diff options
author | Đoàn Trần Công Danh <congdanhqx@gmail.com> | 2022-09-21 15:02:30 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2022-09-21 20:00:18 +0200 |
commit | a764c37bad6b4da2b248c30af1c251110fe1e031 (patch) | |
tree | bc1a7f42558e8f676e731094adb179e9f27f8c5e /t/t6600-test-reach.sh | |
parent | CodingGuidelines: allow grep -E (diff) | |
download | git-a764c37bad6b4da2b248c30af1c251110fe1e031.tar.xz git-a764c37bad6b4da2b248c30af1c251110fe1e031.zip |
t: remove \{m,n\} from BRE grep usage
The CodingGuidelines says we should avoid \{m,n\} in BRE usage.
And their usages in our code base is limited, and subjectively
hard to read.
Replace them with ERE.
Except for "0\{40\}" which would be changed to "$ZERO_OID",
which is a better value for testing with:
GIT_TEST_DEFAULT_HASH=sha256
Signed-off-by: Đoàn Trần Công Danh <congdanhqx@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions