All of lore.kernel.org
 help / color / mirror / Atom feed
From: Kyle Meyer <kyle@kyleam.com>
To: Hongyi Zhao <hongyi.zhao@gmail.com>
Cc: Eric Wong <e@80x24.org>, Jeff King <peff@peff.net>,
	Junio C Hamano <gitster@pobox.com>,
	Git List <git@vger.kernel.org>
Subject: Re: Only receive the topics I participated in or initiated on this mailing list.
Date: Tue, 02 Feb 2021 19:34:16 -0500	[thread overview]
Message-ID: <87czxixa47.fsf@kyleam.com> (raw)
In-Reply-To: <CAGP6POKb4uPFECJ7Ghu-jZ+fe_S2oR_OdPDVQeMwnswp7KX_=g@mail.gmail.com>

Hongyi Zhao writes:

> On Wed, Feb 3, 2021 at 6:23 AM Eric Wong <e@80x24.org> wrote:
>>
>> You can get all the messages sent to you in gzipped mboxrd
>> format via:
>>
>>   curl -sSf -d '' 'https://lore.kernel.org/git/?q=tc:hongyi&x=m' >mboxrd.gz
>>
>> And public-inbox.org/git still exists for redundancy and dogfooding:
>>
>>   curl -sSf -d '' 'https://public-inbox.org/git/?q=tc:hongyi&x=m' >mboxrd.gz
>
> Thank you for telling me this. But why the content can't be directly
> print on the stdout as shown below:
>
> werner@X10DAi:~$ curl -sSf -d '' 'https://lore.kernel.org/git/?q=tc:hongyi&x=m'
> werner@X10DAi:~$ curl -sSf -d '' 'https://public-inbox.org/git/?q=tc:hongyi&x=m'
> werner@X10DAi:~$
>
> As you can see, nothing is shown to me.

It's gzip compressed.  Try something like this instead:

  $ curl -sSf -d '' 'https://lore.kernel.org/git/?q=tc:hongyi&x=m' | zless

  reply	other threads:[~2021-02-03  0:35 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-02-02  5:35 Only receive the topics I participated in or initiated on this mailing list Hongyi Zhao
2021-02-02  5:41 ` Junio C Hamano
2021-02-02  8:31   ` Hongyi Zhao
2021-02-02  8:58     ` Jeff King
2021-02-02  9:02       ` Hongyi Zhao
2021-02-02  9:20         ` Jeff King
2021-02-02  9:30           ` Hongyi Zhao
2021-02-02 22:23             ` Eric Wong
2021-02-03  0:24               ` Hongyi Zhao
2021-02-03  0:34                 ` Kyle Meyer [this message]
2021-02-03  0:36                 ` Eric Wong
2021-02-02 17:01       ` Junio C Hamano
2021-02-02  8:59   ` Hongyi Zhao
2021-02-02 14:28     ` Matheus Tavares Bernardino
2021-02-02 14:53       ` Hongyi Zhao
2021-02-02 17:09     ` Junio C Hamano
2021-02-03  0:55       ` Hongyi Zhao
2021-02-03  0:59         ` Hongyi Zhao

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=87czxixa47.fsf@kyleam.com \
    --to=kyle@kyleam.com \
    --cc=e@80x24.org \
    --cc=git@vger.kernel.org \
    --cc=gitster@pobox.com \
    --cc=hongyi.zhao@gmail.com \
    --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 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.