Jeff King <peff@xxxxxxxx> writes: > +static int print_one_push_status(struct ref *ref, const char *dest, int count) > +{ > ... > + case REF_STATUS_REMOTE_REJECT: > + print_ref_status('!', "[remote rejected]", ref, > + ref->deletion ? ref->peer_ref : NULL, > + ref->remote_status); > + break; > + case REF_STATUS_EXPECTING_REPORT: > + print_ref_status('!', "[remote failure]", ref, > + ref->deletion ? ref->peer_ref : NULL, > + "remote failed to report status"); > + break; Eh,... in ref->deletion mode, the peer_ref is... - 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