git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
From: Eric Wong <e@80x24.org>
To: Hongyi Zhao <hongyi.zhao@gmail.com>
Cc: Jeff King <peff@peff.net>, Junio C Hamano <gitster@pobox.com>,
	git@vger.kernel.org
Subject: Re: Only receive the topics I participated in or initiated on this mailing list.
Date: Wed, 3 Feb 2021 00:36:13 +0000	[thread overview]
Message-ID: <20210203003612.GA22793@dcvr> (raw)
In-Reply-To: <CAGP6POKb4uPFECJ7Ghu-jZ+fe_S2oR_OdPDVQeMwnswp7KX_=g@mail.gmail.com>

Hongyi Zhao <hongyi.zhao@gmail.com> wrote:
> 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.

Oops, leaving out '-s' for curl would've shown you the error.
It's gzipped for bandwidth + I/O savings and truncation checking),
so you can pipe it to zcat or "pigz -dc":

curl -Sf -d '' 'https://public-inbox.org/git/?q=tc:hongyi&x=m' | zcat

  parent reply	other threads:[~2021-02-03  0:41 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
2021-02-03  0:36                 ` Eric Wong [this message]
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

  List information: http://vger.kernel.org/majordomo-info.html

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210203003612.GA22793@dcvr \
    --to=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.
Code repositories for project(s) associated with this public inbox

	https://80x24.org/mirrors/git.git

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).