Eric Wong <[email protected]> writes: > Samuel GROOT <[email protected]> wrote: > >> (mbox) Adding cc: A<[email protected]> from line 'Cc: >> A<[email protected]>, One<[email protected]>' >> (mbox) Adding cc: One<[email protected]> from line 'Cc: >> A<[email protected]>, One<[email protected]>' >> >> Though `git send-email` now outputs something like: >> >> (mbox) Adding cc: A<[email protected]> from line 'Cc: >> A<[email protected]>' >> (mbox) Adding cc: One<[email protected]> from line 'Cc: >> One<[email protected]>' > I actually like neither, and would prefer something shorter: > > (mbox) Adding cc: A <[email protected]> from Cc: header > (mbox) Adding cc: One <[email protected]> from Cc: header > (mbox) Adding cc: SoB <[email protected]> from Signed-off-by: trailer > > That way, there's no redundant addresses in each line and less > likely to wrap.
I agree with this. Actually, I'd even say that the current output of "git send-email" looks sloppy, and internal refactoring may be a good opportunity to get it cleaner. -- 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 [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html

