git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Timur Tabi <timur@freescale.com>
To: Jeff King <peff@peff.net>
Cc: git@vger.kernel.org
Subject: Re: git-send-email: Skipping  - not found.
Date: Tue, 29 Apr 2008 15:09:35 -0500	[thread overview]
Message-ID: <4817807F.9020508@freescale.com> (raw)
In-Reply-To: <20080429200619.GA20509@sigill.intra.peff.net>

Jeff King wrote:

>> git-send-email  --from Timur Tabi <timur@freescale.com> --suppress-cc=all --to
>> timur@tabi.org --smtp-server remotesmtp.freescale.net
>> 0001--PATCH-Update-CS4270-driver-to-ASoC-V2.patch
> 
> Surely that is not the command you issued, since it lacks shell quoting
> around your name and email address.

You're right.  It's the output from an "echo" command in a shell script, which
likes to remove quotation marks.  I keep forgetting that it does that.

> Yes, that is what is producing the error message. But that is the first
> time we ever look at @ARGV, let alone modify it. So the error is almost
> certainly caused by a blank argument being passed on the command line.

Right again!  I did a more through check of the command-line arguments, and I am
sending '' as one argument on the command line.

I just rewrote my script so that it doesn't ever send a null argument.  Thanks
for the help.

-- 
Timur Tabi
Linux kernel developer at Freescale

      reply	other threads:[~2008-04-29 20:10 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-04-28 21:15 git-send-email: Skipping - not found Timur Tabi
2008-04-29 20:06 ` Jeff King
2008-04-29 20:09   ` Timur Tabi [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4817807F.9020508@freescale.com \
    --to=timur@freescale.com \
    --cc=git@vger.kernel.org \
    --cc=peff@peff.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).