From: Junio C Hamano <gitster@pobox.com>
To: "Jacob Helwig" <jacob.helwig@gmail.com>
Cc: "Petr Baudis" <pasky@suse.cz>,
"Johannes Schindelin" <Johannes.Schindelin@gmx.de>,
"Junio C Hamano" <gitster@pobox.com>,
git@vger.kernel.org
Subject: Re: 'mail' link on http://repo.or.cz/w/git.git no workee?
Date: Thu, 15 Jan 2009 18:41:04 -0800 [thread overview]
Message-ID: <7vd4eootvj.fsf@gitster.siamese.dyndns.org> (raw)
In-Reply-To: <8c9a060901151832l71464185qf9f88afede6f550d@mail.gmail.com> (Jacob Helwig's message of "Thu, 15 Jan 2009 18:32:56 -0800")
"Jacob Helwig" <jacob.helwig@gmail.com> writes:
> On Thu, Jan 15, 2009 at 18:24, Petr Baudis <pasky@suse.cz> wrote:
>>
>> IIRC I found no way to actually make a gmane link since it requires POST
>> query for the searches or something.
>>
>
> $ cat bin/gmane-links.pl
> #!/usr/bin/perl
>
> use strict;
> use warnings;
>
> use Mail::Summary::Tools::ArchiveLink::Gmane;
>
> unless ($ARGV[0]) {
> print STDERR "Must provide a message-id.\n";
> exit 1;
> }
>
> my $link = Mail::Summary::Tools::ArchiveLink::Gmane->new(message_id =>
> $ARGV[0]);
>
> print "Thread: " . $link->thread_uri() . "\n";
> print "Message: " . $link->message_uri() . "\n";
Not quite, if message_id means what I think it means.
Pasky searches for the title of the message, and he does not have the
Message-ID header of the original message.
next prev parent reply other threads:[~2009-01-16 2:42 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-01-15 15:53 'mail' link on http://repo.or.cz/w/git.git no workee? Johannes Schindelin
2009-01-16 1:54 ` Petr Baudis
2009-01-16 1:59 ` Junio C Hamano
2009-01-16 2:17 ` Johannes Schindelin
2009-01-16 2:24 ` Petr Baudis
2009-01-16 2:32 ` Jacob Helwig
2009-01-16 2:41 ` Junio C Hamano [this message]
2009-01-16 2:43 ` Junio C Hamano
2009-01-16 11:27 ` Johannes Schindelin
2009-01-16 11:37 ` Johannes Schindelin
2009-01-17 15:19 ` Johannes Schindelin
2009-01-16 9:03 ` Jens Seidel
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=7vd4eootvj.fsf@gitster.siamese.dyndns.org \
--to=gitster@pobox.com \
--cc=Johannes.Schindelin@gmx.de \
--cc=git@vger.kernel.org \
--cc=jacob.helwig@gmail.com \
--cc=pasky@suse.cz \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.