From: Eric Wong <e@80x24.org>
To: Philip Oakley <philipoakley@iee.org>
Cc: meta@public-inbox.org
Subject: Re: reveiwing git main in recent (tday) chronological order
Date: Mon, 20 Feb 2017 20:33:26 +0000 [thread overview]
Message-ID: <20170220203326.GA28088@starla> (raw)
In-Reply-To: <B64DA675606B4FCEB67B28370A50696D@PhilipOakley>
Philip Oakley <philipoakley@iee.org> wrote:
> Hi,
>
> My various email providers (my public mail address is forwarded to two
> destinations) appear to have some aggressive spam protection which deletes
> valid emails from the git list.
>
> Is there a way of seeing the most recent git list emails in strict date
> -time order, so I can see if I have missed any threads or authors?
So "strict date-time order" is dependent on when public-inbox.org
receives the mail, not according to the Date: header?
If so, the Atom feed is chronological:
https://public-inbox.org/git/new.atom
There's also https://public-inbox.org/git/new.html which is the
default landing page for admins who don't run Xapian search.
NNTP article numbers on news.public-inbox.org are also
chronological according to time received at public-inbox.org
If you want to go according to the Date: header, you can use
an empty search query:
https://public-inbox.org/git/?q=
> I didn't see anything in the help.
I'm not sure if new.html is linked, anywhere. It's only the
default view for non-Xapian users, I'll see about making it more
visible.
> Also, is there a way of providing a gmane id number in the URL (rather than
> via the search box), for easy reference to old thread.
> e.g. http://article.gmane.org/gmane.comp.version-control.git/45195/ (used in
> the Git documentation).
>
> I did not see anything in the help about how to include a search term in the
> URL.
All the search terms use "q" as the query parameter name,
similar to how existing search engines work (at least DuckDuckGo
and Google).
I think escaping the ':' is safer, so that becomes '%3A':
https://public-inbox.org/git/?q=gmane%3A5
But maybe the following works for most people:
https://public-inbox.org/git/?q=gmane:5
However, you can expand the "thread" view with an extra "x=t":
https://public-inbox.org/git/?q=gmane%3A5&x=t
(or x=A for Atom feed)
Hope that helps!
next prev parent reply other threads:[~2017-02-20 20:33 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-02-20 19:46 reveiwing git main in recent (tday) chronological order Philip Oakley
2017-02-20 20:33 ` Eric Wong [this message]
2017-02-20 23:40 ` Philip Oakley
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
List information: https://public-inbox.org/README
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20170220203326.GA28088@starla \
--to=e@80x24.org \
--cc=meta@public-inbox.org \
--cc=philipoakley@iee.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 read-only IMAP folder(s) and NNTP newsgroup(s).