Nguyen Thai Ngoc Duy [off-list ref] writes:
Also the patch does not catch this (ie. not die() on unrecognized signature).
Of course it doesn't.
I didn't say "everything that is not alphanumeric is magic". I only said
"all the magic are not alphanumeric". Notice the difference.
This is so that you can say ":/.gitignore" and do not have to say
":/:.gitignore".
I am also tempted to special case a ':' followed by a zero magic as if it
specifies the top magic, e.g. ":Makefile" is the same as ":(top)Makefile",
aka ":/Makefile". It is not in the published code, but the short-cut
would help ":.gitignore".
You don't require, nor allowed to have, a colon after ')' when writing a
long hand, by the way. There is no reason to require one for disambiguation.