From: Jonathan Nieder <jrnieder@gmail.com>
To: Elia Pinto <gitter.spiros@gmail.com>
Cc: "Felipe Contreras" <felipe.contreras@gmail.com>,
git@vger.kernel.org, "Junio C Hamano" <gitster@pobox.com>,
"Jeff King" <peff@peff.net>,
"Ævar Arnfjörð Bjarmason" <avarab@gmail.com>,
"Johannes Sixt" <j6t@kdbg.org>
Subject: Re: [PATCH] test-lib: avoid full path to store test results
Date: Tue, 30 Oct 2012 00:01:52 -0700 [thread overview]
Message-ID: <20121030070152.GA13324@elie.Belkin> (raw)
In-Reply-To: <CA+EOSB=Rr8czjVJfA+F6DmHjDUBy0QQ-wd4t-3Uwb1Ksoadr0Q@mail.gmail.com>
Elia Pinto wrote:
> The shell word splitting done in base is a bashism, iow not portable.
No, ${varname##glob} is in POSIX and we already use it here and there.
See Documentation/CodingGuidelines:
- We use ${parameter#word} and its [#%] siblings, and their
doubled "longest matching" form.
Thanks for looking the patch over.
Jonathan
next prev parent reply other threads:[~2012-10-30 7:02 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-10-30 4:12 [PATCH] test-lib: avoid full path to store test results Felipe Contreras
2012-10-30 4:28 ` Jeff King
2012-10-30 4:39 ` Felipe Contreras
2012-10-30 4:46 ` Jonathan Nieder
2012-10-30 16:02 ` Felipe Contreras
2012-10-31 1:27 ` Jonathan Nieder
2012-10-31 1:59 ` Felipe Contreras
2012-10-31 2:13 ` Jonathan Nieder
2012-10-31 2:28 ` Felipe Contreras
2012-10-31 18:02 ` Johannes Sixt
2012-10-31 18:28 ` Felipe Contreras
2012-11-02 13:17 ` Jeff King
2012-11-02 15:17 ` Felipe Contreras
2012-11-02 15:20 ` Jeff King
2012-10-30 6:58 ` Elia Pinto
2012-10-30 7:01 ` Jonathan Nieder [this message]
2012-10-30 22:17 ` Elia Pinto
2012-10-31 9:05 ` Stefano Lattarini
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=20121030070152.GA13324@elie.Belkin \
--to=jrnieder@gmail.com \
--cc=avarab@gmail.com \
--cc=felipe.contreras@gmail.com \
--cc=git@vger.kernel.org \
--cc=gitster@pobox.com \
--cc=gitter.spiros@gmail.com \
--cc=j6t@kdbg.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).