From: Thomas Adam <thomas.adam22@gmail.com>
To: Peter Krefting <peter@softwolves.pp.se>
Cc: git@vger.kernel.org
Subject: Re: [PATCH] Add script for importing bits-and-pieces to Git.
Date: Sun, 23 Aug 2009 21:28:23 +0100 [thread overview]
Message-ID: <18071eea0908231328r58b0e22ap20e664d2904420a0@mail.gmail.com> (raw)
In-Reply-To: <20090823201624.206F52FC20@perkele>
2009/8/23 Peter Krefting <peter@softwolves.pp.se>:
> + my (undef, undef, undef, undef, undef, undef,
> + undef, $size, undef, $time, undef, undef, undef) = stat FILE;
Minor nit. Better written as:
my ($size, $mtime) = (stat(FILE))[7,9];
-- Thomas Adam
next prev parent reply other threads:[~2009-08-23 20:28 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-08-23 20:11 [PATCH] Add script for importing bits-and-pieces to Git Peter Krefting
2009-08-23 20:28 ` Thomas Adam [this message]
2009-08-24 17:10 ` Peter Krefting
2009-08-24 18:37 ` Randal L. Schwartz
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=18071eea0908231328r58b0e22ap20e664d2904420a0@mail.gmail.com \
--to=thomas.adam22@gmail.com \
--cc=git@vger.kernel.org \
--cc=peter@softwolves.pp.se \
/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).