On Sat, Jan 25, 2014 at 2:22 AM, Junio C Hamano [off-list ref] wrote:
How does "git status '[b]/'" behave?
It outputs "b/" (like "git status b"). I think that's because
common_prefix_len() stops looking at the first wildcard char, '['. So
common prefix is empty, just like "b".
--
Duy