From: Junio C Hamano <hidden> Date: 2016-06-15 22:42:04
Linus Torvalds [off-list ref] writes:
/*
* Go look for quoted single-ticks. They are always
* quoted as '\'', we don't accept anything else
*/
Oh, I am extremely glad to see that somebody else understands
exactly why I do things in the "seemingly very unoptimized" way
in sq_quote() --- it allows easy parsing for non-shell users.