Hi, On Tue, 13 Nov 2007, Junio C Hamano wrote: > Jeff King <peff@xxxxxxxx> writes: > > > 2. the status parsing is not foolproof. We get a line like > > > > ng refs/heads/master arbitrary msg > > > > which cannot be parsed unambiguously in the face of > > refnames with spaces. Since when can refnames contain spaces? In my copy of git, bad_ref_char() in refs.c returns 1 if ch <= ' '. It's the first error path, even. Ciao, Dscho - 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