Re: [PATCH v4 2/6] t9001: check email address is in Cc: field

2016-06-08 Thread Samuel GROOT
On 06/08/2016 07:34 PM, Junio C Hamano wrote: Samuel GROOT writes: diff --git a/t/t9001-send-email.sh b/t/t9001-send-email.sh index 56ad8ce..943e6b7 100755 --- a/t/t9001-send-email.sh +++ b/t/t9001-send-email.sh @@ -888,8 +888,8 @@ test_expect_success $PREREQ

Re: [PATCH v4 2/6] t9001: check email address is in Cc: field

2016-06-08 Thread Junio C Hamano
Samuel GROOT writes: > Check if the given utf-8 email address is in the Cc: field. > > Signed-off-by: Tom RUSSELLO > Signed-off-by: Samuel GROOT > Signed-off-by: Matthieu MOY

[PATCH v4 2/6] t9001: check email address is in Cc: field

2016-06-08 Thread Samuel GROOT
Check if the given utf-8 email address is in the Cc: field. Signed-off-by: Tom RUSSELLO Signed-off-by: Samuel GROOT Signed-off-by: Matthieu MOY --- t/t9001-send-email.sh | 4 ++-- 1 file changed, 2