On Sat, 08 Dec 2007 22:51:05 -0800 Junio C Hamano wrote:
[...]
[...]
This still does not match the behavior of the old shell implementation
completely - because $pat was not quoted, shell pattern characters in
$pat worked, and things like "git ls-remote . 'refs/heads/something--*'"
were possible (and used in some of my scripts), so a full fnmatch()
call is still needed.