Samuel GROOT <samuel.groot@xxxxxxxxxxxxxxxx> writes: > Should we take what Eric suggested (see below) as standard output? > >> Since the headers are already shown after those lines, it's >> redundant to have the entire line. And we could add >> trailers after the headers (with a blank line to delimit): >> >> # existing header output: >> From: F <F@xxxxxxxxxxx> >> Cc: A <author@xxxxxxxxxxx>, One <one@xxxxxxxxxxx> >> Subject: foo >> >> # new trailer output >> Signed-off-by: SoB <SoB@xxxxxxxxxxx> >> Acked-by: ack <ack@xxxxxxxxxxx> I don't think adding the trailers in the output is needed. If the message says Adding foo@example from Signed-off-by trailer I can guess that it's from "Signed-off-by: foo@example" without having it explicitly. Perhaps others think differently, but for me, the shortest output would be the better (if only to solve the "I never see these lines, they scrolled out of my terminal" issue). Ideally, I'd even like to shorten the current output a bit more (the X-Mailer: header is useless IMHO, and the Date: and Message-id: headers are probably not useful enough to be shown by default). (Just thinking aloud, obviously none of this should be a prerequisite to accept your refactoring patch) > And keep "(mbox) Adding ..." lines as error output, or maybe > displayable by a new option `--verbose`? I think the "Adding ..." lines make sense by default at least for beginners (just a few days ago, I received a bunch of test emails by your team follow by a "Oops, I just noticed you got Cc-ed in my tests" message ;-), that would probably have been worse without the message). There could be an advice.* option to deactivate them, though. The (mbox) prefix doesn't seem useful to me OTOH, I think it's a leftover debugging message. -- Matthieu Moy http://www-verimag.imag.fr/~moy/ -- 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