On Thu, May 26, 2011 at 01:43:21PM -0700, Brandon Casey wrote: > 'git status' should use --porcelain output format when -z is given. > It was not doing so since the _effect_ of using -z, namely that > null_termination would be set, was being checked _before_ option parsing > was performed. > > So, move the check so that it is performed after option parsing. Wow, that's an embarrassing bug. I was about to own up to it, but it actually looks like it is Junio's bug from 173e6c8 (git stat -s: short status output, 2009-08-04). Of course, I _twice_ modified the conditional afterwards and failed to notice that it was doing absolutely nothing. So I'm not sure which one of us deserves the brown paper bag. :) Your fix looks obviously correct. Acked-by: Jeff King <peff@xxxxxxxx> -Peff -- 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