Control: retitle -1 git grep -F and BRE fail for "'('" with "fatal: unmatched
parenthesis" but work for "-- '('"?
This is correct:
$ git grep '\(' | head -n1
fatal: command line, '\(': Unmatched ( or \(
This ain't:
$ git grep '(' | head -n1
fatal: unmatched parenthesis
$ git grep -- '(' | head -n1
CONTRIBUTING: or from git(1) logs or logs in other version control
systems.
$ git grep -F -- '(' | head -n1
CONTRIBUTING: or from git(1) logs or logs in other version control
systems.
signature.asc
Description: PGP signature

