Re: [PATCH] git-send-email.perl: Fix handling of suppresscc option.

2014-11-13 Thread Jens Stimpfle
Junio, thanks for reviewing. On Wed, Nov 12, 2014 at 10:25:14AM -0800, Junio C Hamano wrote: > "When I say addresses on Cc: does not matter, it doesn't. No matter > what the address in question is" (likewise for S-o-b:) is what the > updated logic says. It is easier to explain than the tradition

Re: [PATCH] git-send-email.perl: Fix handling of suppresscc option.

2014-11-12 Thread Junio C Hamano
Jens Stimpfle writes: > Signed-off-by: Jens Stimpfle > --- Thanks. Please do better than saying "Fix" to explain your changes in your log message. Also, on the Subject:, s/Fix/fix/; s/option./option/ to match other entries in "git shortlog" message. "What you think is broken" is clear (i.e.

[PATCH] git-send-email.perl: Fix handling of suppresscc option.

2014-11-12 Thread Jens Stimpfle
Signed-off-by: Jens Stimpfle --- Notes: This patch makes sure that "sob", "cc" and "bodycc" values for sendemail.suppresscc option are handled, even when the email-addresses in question are equal to the sender and "self" in not configured in sendemail.suppresscc. Sounds c