On Sat, Jan 25, 2014 at 2:22 AM, Junio C Hamano <gitster@xxxxxxxxx> 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 majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html