Andreas Schwab [off-list ref] writes:
Junio C Hamano [off-list ref] writes:
quoted
When we require "x/**/y", I think we still want it to match "x/y".
FWIW, in bash (+extglob), ksh and zsh it doesn't.
You're right about bash, but I see the opposite for zsh and ksh:
zsh$ echo x/**/y
x/y x/z/y
ksh$ echo x/**/y
x/y x/z/y
(didn't check the doc so see whether this was configurable, but I've set
HOME=/ when launching the shell to disable my own configuration)
--
Matthieu Moy
http://www-verimag.imag.fr/~moy/