* Jeff King (peff@xxxxxxxx) [100208 16:32]: > > @@ -1071,7 +1071,8 @@ int transport_push(struct transport *transport, > > } > > > > if (!quiet && !ret && !refs_pushed(remote_refs)) > > - fprintf(stderr, "Everything up-to-date\n"); > > + fprintf(porcelain ? stdout : stderr, > > + "Everything up-to-date\n"); > > return ret; > > } > > This one, on the other hand, seems to me to be just noise. What does a > --porcelain caller learn by seeing "Everything up-to-date" that it did > not already know from seeing the list of refs? I agree. I don't see how sending this message to stdout could possibly help the --porcelain caller. --larry -- 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