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

On Mon, Apr 28, 2008 at 04:15:24PM -0500, Timur Tabi wrote:

> When I issue this command:
> 
> 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.

> I don't know enough about Perl to debug this, but I presume the problem is in
> this code:
> [...]
> for my $f (@ARGV) {
> [...]
> 		print STDERR "Skipping $f - not found.\n";

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.
And we can't debug that unless you show us the exact shell invocation
that was used.

-Peff

  reply	other threads:[~2008-04-29 20:07 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 [this message]
2008-04-29 20:09   ` Timur Tabi

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=20080429200619.GA20509@sigill.intra.peff.net \
    --to=peff@peff.net \
    --cc=git@vger.kernel.org \
    --cc=timur@freescale.com \
    /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).