From: Junio C Hamano <hidden> Date: 2019-02-11 22:29:29
SZEDER Gábor [off-list ref] writes:
Use a '!' character to start a non-matching pattern bracket
expression, as specified by POSIX in Shell Command Language section
2.13.1 Patterns Matching a Single Character [1].
I used '^' instead in three places in the previous three commits, to
Ah, thanks for catching them. We should have caught these during
review.