Re: [PATCH] send-email: Fix documentation of --signed-off-by-cc option

2013-06-20 Thread Ramkumar Ramachandra
Namhyung Kim wrote: > diff --git a/Documentation/git-send-email.txt > b/Documentation/git-send-email.txt > index 40a9a9a..5694d98 100644 > --- a/Documentation/git-send-email.txt > +++ b/Documentation/git-send-email.txt > @@ -238,7 +238,7 @@ Automating > the value of 'sendemail.identity'. >

[PATCH] send-email: Fix documentation of --signed-off-by-cc option

2013-06-20 Thread Namhyung Kim
From: Namhyung Kim The man page says it'll control the Cc: lines being added also, but this is not true. Reported-by: Minchan Kim Signed-off-by: Namhyung Kim --- Documentation/git-send-email.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/git-send-email.t