From: "Jacob Helwig" <jacob.helwig@gmail.com>
To: "Petr Baudis" <pasky@suse.cz>
Cc: "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:32:56 -0800 [thread overview]
Message-ID: <8c9a060901151832l71464185qf9f88afede6f550d@mail.gmail.com> (raw)
In-Reply-To: <20090116022408.GG12275@machine.or.cz>
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";
next prev parent reply other threads:[~2009-01-16 2:34 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 [this message]
2009-01-16 2:41 ` Junio C Hamano
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=8c9a060901151832l71464185qf9f88afede6f550d@mail.gmail.com \
--to=jacob.helwig@gmail.com \
--cc=Johannes.Schindelin@gmx.de \
--cc=git@vger.kernel.org \
--cc=gitster@pobox.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 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).