From: Paolo Bonzini <paolo.bonzini@lu.unisi.ch>
To: Paul Collins <paul@briny.ondioline.org>
Cc: git@vger.kernel.org
Subject: Re: git-remote and remotes with '.' in their names
Date: Wed, 28 Feb 2007 15:55:11 +0100 [thread overview]
Message-ID: <45E597CF.9000009@lu.unisi.ch> (raw)
In-Reply-To: <87k5y5tlol.fsf@briny.internal.ondioline.org>
Hello,
> for (@remotes) {
> - if (/^remote\.([^.]*)\.(\S*)\s+(.*)$/) {
> + if (/^remote\.(.*)\.(\S*)\s+(.*)$/) {
You probably want either
+ if (/^remote\.(\S*)\.(\S*)\s+(.*)$/) {
or
+ if (/^remote\.(\S*)\.([^.]*)\s+(.*)$/) {
here.
Paolo
next prev parent reply other threads:[~2007-02-28 14:55 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-02-26 7:36 git-remote and remotes with '.' in their names Paul Collins
2007-02-26 11:28 ` Jakub Narebski
2007-02-26 11:28 ` Johannes Schindelin
2007-02-28 14:55 ` Paolo Bonzini [this message]
2007-02-28 15:10 ` Johannes Schindelin
2007-02-28 15:14 ` Paolo Bonzini
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=45E597CF.9000009@lu.unisi.ch \
--to=paolo.bonzini@lu.unisi.ch \
--cc=git@vger.kernel.org \
--cc=paul@briny.ondioline.org \
/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).