On Sat, Jan 25, 2014 at 2:22 AM, Junio C Hamano <[email protected]> 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
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to