git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Unknown option: no-signed-off-by-cc (git-send-email)
@ 2008-03-03 16:06 Timur Tabi
  2008-03-03 18:32 ` Jon Loeliger
  0 siblings, 1 reply; 4+ messages in thread
From: Timur Tabi @ 2008-03-03 16:06 UTC (permalink / raw)
  To: git

I just upgraded to 1.5.4, and when I tried to use git-send-email with my usual
parameters, I got this:

Unknown option: no-signed-off-by-cc
git-send-email [options] <file | directory>...

The documentation for git-send-email still lists this option.

-- 
Timur Tabi
Linux kernel developer at Freescale

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Unknown option: no-signed-off-by-cc (git-send-email)
  2008-03-03 16:06 Unknown option: no-signed-off-by-cc (git-send-email) Timur Tabi
@ 2008-03-03 18:32 ` Jon Loeliger
  2008-03-03 18:37   ` Timur Tabi
  0 siblings, 1 reply; 4+ messages in thread
From: Jon Loeliger @ 2008-03-03 18:32 UTC (permalink / raw)
  To: Timur Tabi; +Cc: git

Timur Tabi wrote:
> I just upgraded to 1.5.4, and when I tried to use git-send-email with my usual
> parameters, I got this:
> 
> Unknown option: no-signed-off-by-cc
> git-send-email [options] <file | directory>...
> 
> The documentation for git-send-email still lists this option.
> 

Except that the "no" and "signed" are not separated by "-".

jdl

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Unknown option: no-signed-off-by-cc (git-send-email)
  2008-03-03 18:32 ` Jon Loeliger
@ 2008-03-03 18:37   ` Timur Tabi
  2008-03-03 19:17     ` Brandon Casey
  0 siblings, 1 reply; 4+ messages in thread
From: Timur Tabi @ 2008-03-03 18:37 UTC (permalink / raw)
  To: Jon Loeliger; +Cc: git

Jon Loeliger wrote:

> Except that the "no" and "signed" are not separated by "-".

>From the man page:

       --no-signed-off-by-cc
              Do  not add emails found in Signed-off-by: lines to the cc list.

However, when I removed the "-", it worked.  So thanks for that.

It *used* to work with the "-", so I consider it a bug.

-- 
Timur Tabi
Linux kernel developer at Freescale

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Unknown option: no-signed-off-by-cc (git-send-email)
  2008-03-03 18:37   ` Timur Tabi
@ 2008-03-03 19:17     ` Brandon Casey
  0 siblings, 0 replies; 4+ messages in thread
From: Brandon Casey @ 2008-03-03 19:17 UTC (permalink / raw)
  To: Timur Tabi; +Cc: Jon Loeliger, git

Timur Tabi wrote:
> Jon Loeliger wrote:
> 
>> Except that the "no" and "signed" are not separated by "-".
> 
> From the man page:
> 
>        --no-signed-off-by-cc
>               Do  not add emails found in Signed-off-by: lines to the cc list.
> 
> However, when I removed the "-", it worked.  So thanks for that.
> 
> It *used* to work with the "-", so I consider it a bug.
> 

git-send-email.txt does still mention --no-signed-off-by-cc, and additionally
--no-chain-reply-to, --no-suppress-from, and --no-thread.

Shouldn't either work? This is from the Getopt::Long man page:

       !   The option does not take an argument and may be negated, i.e. pre-
           fixed by "no". E.g. "foo!" will allow "--foo" (a value of 1 will
           be assigned) and "--nofoo" and "--no-foo" (a value of 0 will be
           assigned). If the option has aliases, this applies to the aliases
           as well.

Looks like --no-signed-off-by-cc or --nosigned-off-by-cc should work, no?

-brandon


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2008-03-03 19:18 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-03-03 16:06 Unknown option: no-signed-off-by-cc (git-send-email) Timur Tabi
2008-03-03 18:32 ` Jon Loeliger
2008-03-03 18:37   ` Timur Tabi
2008-03-03 19:17     ` Brandon Casey

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).