Re: [PATCH v2 3/3] send-pack: assign remote errors to each ref
From: Junio C Hamano <hidden> Date: 2016-06-15 22:43:50
Johannes Schindelin [off-list ref] writes:
quoted
quoted
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.