All of lore.kernel.org
 help / color / mirror / Atom feed
From: Junio C Hamano <gitster@pobox.com>
To: "Nguyễn Thái Ngọc Duy" <pclouds@gmail.com>
Cc: git@vger.kernel.org
Subject: Re: [PATCH 00/78] nd/config-split reroll
Date: Mon, 29 Oct 2018 10:28:21 +0900	[thread overview]
Message-ID: <xmqqwoq18rt6.fsf@gitster-ct.c.googlers.com> (raw)
In-Reply-To: <20181027062351.30446-1-pclouds@gmail.com> (=?utf-8?B?Ik5n?= =?utf-8?B?dXnhu4VuIFRow6FpIE5n4buNYw==?= Duy"'s message of "Sat, 27 Oct 2018 08:22:33 +0200")

Nguyễn Thái Ngọc Duy  <pclouds@gmail.com> writes:

> Compared to the version on 'pu', this one moves all the config files
> to Documentation/config/ directory. imap.* is also added back in
> config.txt (curently only documented in git-imap-send.txt)

The other biggie seems to be http.* that are now in a separate
file, which is good.

> This one is built on top of bp/reset-quiet and js/mingw-http-ssl to
> avoid non-trivial conflicts.

I've applied these on top of the suggested base, and compared the
result with a merge of the previous round with the suggested base.
I didn't find any questionable differences.

> I notice that there are duplicated config documentation in git-*.txt.
> But given the size of this series, I think people will agree that can
> be done separately later.

Yup.

Thanks.

> Nguyễn Thái Ngọc Duy (78):
>   Update makefile in preparation for Documentation/config/*.txt
>   config.txt: move advice.* to a separate file
>   config.txt: move core.* to a separate file
>   config.txt: move add.* to a separate file
>   config.txt: move alias.* to a separate file
>   config.txt: move am.* to a separate file
>   config.txt: move apply.* to a separate file
>   config.txt: move blame.* to a separate file
>   config.txt: move branch.* to a separate file
>   config.txt: move browser.* to a separate file
>   config.txt: move checkout.* to a separate file
>   config.txt: move clean.* to a separate file
>   config.txt: move color.* to a separate file
>   config.txt: move column.* to a separate file
>   config.txt: move commit.* to a separate file
>   config.txt: move credential.* to a separate file
>   config.txt: move completion.* to a separate file
>   config.txt: move diff-config.txt to config/
>   config.txt: move difftool.* to a separate file
>   config.txt: move fastimport.* to a separate file
>   config.txt: move fetch-config.txt to config/
>   config.txt: move filter.* to a separate file
>   config.txt: move format-config.txt to config/
>   config.txt: move fmt-merge-msg-config.txt to config/
>   config.txt: move fsck.* to a separate file
>   config.txt: move gc.* to a separate file
>   config.txt: move gitcvs-config.txt to config/
>   config.txt: move gitweb.* to a separate file
>   config.txt: move grep.* to a separate file
>   config.txt: move gpg.* to a separate file
>   config.txt: move gui-config.txt to config/
>   config.txt: move guitool.* to a separate file
>   config.txt: move help.* to a separate file
>   config.txt: move ssh.* to a separate file
>   config.txt: move http.* to a separate file
>   config.txt: move i18n.* to a separate file
>   git-imap-send.txt: move imap.* to a separate file
>   config.txt: move index.* to a separate file
>   config.txt: move init.* to a separate file
>   config.txt: move instaweb.* to a separate file
>   config.txt: move interactive.* to a separate file
>   config.txt: move log.* to a separate file
>   config.txt: move mailinfo.* to a separate file
>   config.txt: move mailmap.* to a separate file
>   config.txt: move man.* to a separate file
>   config.txt: move merge-config.txt to config/
>   config.txt: move mergetool.* to a separate file
>   config.txt: move notes.* to a separate file
>   config.txt: move pack.* to a separate file
>   config.txt: move pager.* to a separate file
>   config.txt: move pretty.* to a separate file
>   config.txt: move protocol.* to a separate file
>   config.txt: move pull-config.txt to config/
>   config.txt: move push-config.txt to config/
>   config.txt: move rebase-config.txt to config/
>   config.txt: move receive-config.txt to config/
>   config.txt: move remote.* to a separate file
>   config.txt: move remotes.* to a separate file
>   config.txt: move repack.* to a separate file
>   config.txt: move rerere.* to a separate file
>   config.txt: move reset.* to a separate file
>   config.txt: move sendemail-config.txt to config/
>   config.txt: move sequencer.* to a separate file
>   config.txt: move showBranch.* to a separate file
>   config.txt: move splitIndex.* to a separate file
>   config.txt: move status.* to a separate file
>   config.txt: move stash.* to a separate file
>   config.txt: move submodule.* to a separate file
>   config.txt: move tag.* to a separate file
>   config.txt: move transfer.* to a separate file
>   config.txt: move uploadarchive.* to a separate file
>   config.txt: move uploadpack.* to a separate file
>   config.txt: move url.* to a separate file
>   config.txt: move user.* to a separate file
>   config.txt: move versionsort.* to a separate file
>   config.txt: move web.* to a separate file
>   config.txt: move worktree.* to a separate file
>   config.txt: remove config/dummy.txt
>
>  Documentation/Makefile                        |    2 +-
>  Documentation/config.txt                      | 2957 +----------------
>  Documentation/config/add.txt                  |    7 +
>  Documentation/config/advice.txt               |   86 +
>  Documentation/config/alias.txt                |   18 +
>  Documentation/config/am.txt                   |   14 +
>  Documentation/config/apply.txt                |   11 +
>  Documentation/config/blame.txt                |   21 +
>  Documentation/config/branch.txt               |  102 +
>  Documentation/config/browser.txt              |    9 +
>  Documentation/config/checkout.txt             |   23 +
>  Documentation/config/clean.txt                |    3 +
>  Documentation/config/color.txt                |  201 ++
>  Documentation/config/column.txt               |   55 +
>  Documentation/config/commit.txt               |   29 +
>  Documentation/config/completion.txt           |    7 +
>  Documentation/config/core.txt                 |  594 ++++
>  Documentation/config/credential.txt           |   26 +
>  .../{diff-config.txt => config/diff.txt}      |    2 +-
>  Documentation/config/difftool.txt             |   14 +
>  Documentation/config/fastimport.txt           |    8 +
>  .../{fetch-config.txt => config/fetch.txt}    |    0
>  Documentation/config/filter.txt               |    9 +
>  .../fmt-merge-msg.txt}                        |    0
>  .../{format-config.txt => config/format.txt}  |    0
>  Documentation/config/fsck.txt                 |   67 +
>  Documentation/config/gc.txt                   |  108 +
>  .../{gitcvs-config.txt => config/gitcvs.txt}  |    0
>  Documentation/config/gitweb.txt               |   16 +
>  Documentation/config/gpg.txt                  |   20 +
>  Documentation/config/grep.txt                 |   24 +
>  .../{gui-config.txt => config/gui.txt}        |    0
>  Documentation/config/guitool.txt              |   50 +
>  Documentation/config/help.txt                 |   23 +
>  Documentation/config/http.txt                 |  271 ++
>  Documentation/config/i18n.txt                 |   10 +
>  Documentation/config/imap.txt                 |   44 +
>  Documentation/config/index.txt                |   10 +
>  Documentation/config/init.txt                 |    3 +
>  Documentation/config/instaweb.txt             |   20 +
>  Documentation/config/interactive.txt          |   16 +
>  Documentation/config/log.txt                  |   43 +
>  Documentation/config/mailinfo.txt             |    6 +
>  Documentation/config/mailmap.txt              |   15 +
>  Documentation/config/man.txt                  |   12 +
>  .../{merge-config.txt => config/merge.txt}    |    4 +-
>  Documentation/config/mergetool.txt            |   53 +
>  Documentation/config/notes.txt                |   59 +
>  Documentation/config/pack.txt                 |  120 +
>  Documentation/config/pager.txt                |    8 +
>  Documentation/config/pretty.txt               |    9 +
>  Documentation/config/protocol.txt             |   64 +
>  .../{pull-config.txt => config/pull.txt}      |    0
>  .../{push-config.txt => config/push.txt}      |    0
>  .../{rebase-config.txt => config/rebase.txt}  |    0
>  .../receive.txt}                              |    0
>  Documentation/config/remote.txt               |   78 +
>  Documentation/config/remotes.txt              |    3 +
>  Documentation/config/repack.txt               |   27 +
>  Documentation/config/rerere.txt               |   12 +
>  Documentation/config/reset.txt                |    2 +
>  .../sendemail.txt}                            |    0
>  Documentation/config/sequencer.txt            |    5 +
>  Documentation/config/showbranch.txt           |    3 +
>  Documentation/config/splitindex.txt           |   24 +
>  Documentation/config/ssh.txt                  |   35 +
>  Documentation/config/stash.txt                |    9 +
>  Documentation/config/status.txt               |   72 +
>  .../submodule.txt}                            |    0
>  Documentation/config/tag.txt                  |   16 +
>  Documentation/config/transfer.txt             |   71 +
>  Documentation/config/uploadarchive.txt        |    6 +
>  Documentation/config/uploadpack.txt           |   65 +
>  Documentation/config/url.txt                  |   30 +
>  Documentation/config/user.txt                 |   26 +
>  Documentation/config/versionsort.txt          |   33 +
>  Documentation/config/web.txt                  |    4 +
>  Documentation/config/worktree.txt             |    9 +
>  Documentation/git-fmt-merge-msg.txt           |    2 +-
>  Documentation/git-imap-send.txt               |   45 +-
>  Documentation/git-merge.txt                   |    2 +-
>  Documentation/git-rebase.txt                  |    2 +-
>  Makefile                                      |    2 +-
>  generate-cmdlist.sh                           |    2 +-
>  84 files changed, 2959 insertions(+), 2899 deletions(-)
>  create mode 100644 Documentation/config/add.txt
>  create mode 100644 Documentation/config/advice.txt
>  create mode 100644 Documentation/config/alias.txt
>  create mode 100644 Documentation/config/am.txt
>  create mode 100644 Documentation/config/apply.txt
>  create mode 100644 Documentation/config/blame.txt
>  create mode 100644 Documentation/config/branch.txt
>  create mode 100644 Documentation/config/browser.txt
>  create mode 100644 Documentation/config/checkout.txt
>  create mode 100644 Documentation/config/clean.txt
>  create mode 100644 Documentation/config/color.txt
>  create mode 100644 Documentation/config/column.txt
>  create mode 100644 Documentation/config/commit.txt
>  create mode 100644 Documentation/config/completion.txt
>  create mode 100644 Documentation/config/core.txt
>  create mode 100644 Documentation/config/credential.txt
>  rename Documentation/{diff-config.txt => config/diff.txt} (99%)
>  create mode 100644 Documentation/config/difftool.txt
>  create mode 100644 Documentation/config/fastimport.txt
>  rename Documentation/{fetch-config.txt => config/fetch.txt} (100%)
>  create mode 100644 Documentation/config/filter.txt
>  rename Documentation/{fmt-merge-msg-config.txt => config/fmt-merge-msg.txt} (100%)
>  rename Documentation/{format-config.txt => config/format.txt} (100%)
>  create mode 100644 Documentation/config/fsck.txt
>  create mode 100644 Documentation/config/gc.txt
>  rename Documentation/{gitcvs-config.txt => config/gitcvs.txt} (100%)
>  create mode 100644 Documentation/config/gitweb.txt
>  create mode 100644 Documentation/config/gpg.txt
>  create mode 100644 Documentation/config/grep.txt
>  rename Documentation/{gui-config.txt => config/gui.txt} (100%)
>  create mode 100644 Documentation/config/guitool.txt
>  create mode 100644 Documentation/config/help.txt
>  create mode 100644 Documentation/config/http.txt
>  create mode 100644 Documentation/config/i18n.txt
>  create mode 100644 Documentation/config/imap.txt
>  create mode 100644 Documentation/config/index.txt
>  create mode 100644 Documentation/config/init.txt
>  create mode 100644 Documentation/config/instaweb.txt
>  create mode 100644 Documentation/config/interactive.txt
>  create mode 100644 Documentation/config/log.txt
>  create mode 100644 Documentation/config/mailinfo.txt
>  create mode 100644 Documentation/config/mailmap.txt
>  create mode 100644 Documentation/config/man.txt
>  rename Documentation/{merge-config.txt => config/merge.txt} (98%)
>  create mode 100644 Documentation/config/mergetool.txt
>  create mode 100644 Documentation/config/notes.txt
>  create mode 100644 Documentation/config/pack.txt
>  create mode 100644 Documentation/config/pager.txt
>  create mode 100644 Documentation/config/pretty.txt
>  create mode 100644 Documentation/config/protocol.txt
>  rename Documentation/{pull-config.txt => config/pull.txt} (100%)
>  rename Documentation/{push-config.txt => config/push.txt} (100%)
>  rename Documentation/{rebase-config.txt => config/rebase.txt} (100%)
>  rename Documentation/{receive-config.txt => config/receive.txt} (100%)
>  create mode 100644 Documentation/config/remote.txt
>  create mode 100644 Documentation/config/remotes.txt
>  create mode 100644 Documentation/config/repack.txt
>  create mode 100644 Documentation/config/rerere.txt
>  create mode 100644 Documentation/config/reset.txt
>  rename Documentation/{sendemail-config.txt => config/sendemail.txt} (100%)
>  create mode 100644 Documentation/config/sequencer.txt
>  create mode 100644 Documentation/config/showbranch.txt
>  create mode 100644 Documentation/config/splitindex.txt
>  create mode 100644 Documentation/config/ssh.txt
>  create mode 100644 Documentation/config/stash.txt
>  create mode 100644 Documentation/config/status.txt
>  rename Documentation/{submodule-config.txt => config/submodule.txt} (100%)
>  create mode 100644 Documentation/config/tag.txt
>  create mode 100644 Documentation/config/transfer.txt
>  create mode 100644 Documentation/config/uploadarchive.txt
>  create mode 100644 Documentation/config/uploadpack.txt
>  create mode 100644 Documentation/config/url.txt
>  create mode 100644 Documentation/config/user.txt
>  create mode 100644 Documentation/config/versionsort.txt
>  create mode 100644 Documentation/config/web.txt
>  create mode 100644 Documentation/config/worktree.txt

      parent reply	other threads:[~2018-10-29  1:28 UTC|newest]

Thread overview: 80+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-10-27  6:22 [PATCH 00/78] nd/config-split reroll Nguyễn Thái Ngọc Duy
2018-10-27  6:22 ` [PATCH 01/78] Update makefile in preparation for Documentation/config/*.txt Nguyễn Thái Ngọc Duy
2018-10-27  6:22 ` [PATCH 02/78] config.txt: move advice.* to a separate file Nguyễn Thái Ngọc Duy
2018-10-27  6:22 ` [PATCH 03/78] config.txt: move core.* " Nguyễn Thái Ngọc Duy
2018-10-27  6:22 ` [PATCH 04/78] config.txt: move add.* " Nguyễn Thái Ngọc Duy
2018-10-27  6:22 ` [PATCH 05/78] config.txt: move alias.* " Nguyễn Thái Ngọc Duy
2018-10-27  6:22 ` [PATCH 06/78] config.txt: move am.* " Nguyễn Thái Ngọc Duy
2018-10-27  6:22 ` [PATCH 07/78] config.txt: move apply.* " Nguyễn Thái Ngọc Duy
2018-10-27  6:22 ` [PATCH 08/78] config.txt: move blame.* " Nguyễn Thái Ngọc Duy
2018-10-27  6:22 ` [PATCH 09/78] config.txt: move branch.* " Nguyễn Thái Ngọc Duy
2018-10-27  6:22 ` [PATCH 10/78] config.txt: move browser.* " Nguyễn Thái Ngọc Duy
2018-10-27  6:22 ` [PATCH 11/78] config.txt: move checkout.* " Nguyễn Thái Ngọc Duy
2018-10-27  6:22 ` [PATCH 12/78] config.txt: move clean.* " Nguyễn Thái Ngọc Duy
2018-10-27  6:22 ` [PATCH 13/78] config.txt: move color.* " Nguyễn Thái Ngọc Duy
2018-10-27  6:22 ` [PATCH 14/78] config.txt: move column.* " Nguyễn Thái Ngọc Duy
2018-10-27  6:22 ` [PATCH 15/78] config.txt: move commit.* " Nguyễn Thái Ngọc Duy
2018-10-27  6:22 ` [PATCH 16/78] config.txt: move credential.* " Nguyễn Thái Ngọc Duy
2018-10-27  6:22 ` [PATCH 17/78] config.txt: move completion.* " Nguyễn Thái Ngọc Duy
2018-10-27  6:22 ` [PATCH 18/78] config.txt: move diff-config.txt to config/ Nguyễn Thái Ngọc Duy
2018-10-27  6:22 ` [PATCH 19/78] config.txt: move difftool.* to a separate file Nguyễn Thái Ngọc Duy
2018-10-27  6:22 ` [PATCH 20/78] config.txt: move fastimport.* " Nguyễn Thái Ngọc Duy
2018-10-27  6:22 ` [PATCH 21/78] config.txt: move fetch-config.txt to config/ Nguyễn Thái Ngọc Duy
2018-10-27  6:22 ` [PATCH 22/78] config.txt: move filter.* to a separate file Nguyễn Thái Ngọc Duy
2018-10-27  6:22 ` [PATCH 23/78] config.txt: move format-config.txt to config/ Nguyễn Thái Ngọc Duy
2018-10-27  6:22 ` [PATCH 24/78] config.txt: move fmt-merge-msg-config.txt " Nguyễn Thái Ngọc Duy
2018-10-27  6:22 ` [PATCH 25/78] config.txt: move fsck.* to a separate file Nguyễn Thái Ngọc Duy
2018-10-27  6:22 ` [PATCH 26/78] config.txt: move gc.* " Nguyễn Thái Ngọc Duy
2018-10-27  6:23 ` [PATCH 27/78] config.txt: move gitcvs-config.txt to config/ Nguyễn Thái Ngọc Duy
2018-10-27  6:23 ` [PATCH 28/78] config.txt: move gitweb.* to a separate file Nguyễn Thái Ngọc Duy
2018-10-27  6:23 ` [PATCH 29/78] config.txt: move grep.* " Nguyễn Thái Ngọc Duy
2018-10-27  6:23 ` [PATCH 30/78] config.txt: move gpg.* " Nguyễn Thái Ngọc Duy
2018-10-27  6:23 ` [PATCH 31/78] config.txt: move gui-config.txt to config/ Nguyễn Thái Ngọc Duy
2018-10-27  6:23 ` [PATCH 32/78] config.txt: move guitool.* to a separate file Nguyễn Thái Ngọc Duy
2018-10-27  6:23 ` [PATCH 33/78] config.txt: move help.* " Nguyễn Thái Ngọc Duy
2018-10-27  6:23 ` [PATCH 34/78] config.txt: move ssh.* " Nguyễn Thái Ngọc Duy
2018-10-27  6:23 ` [PATCH 35/78] config.txt: move http.* " Nguyễn Thái Ngọc Duy
2018-10-27  6:23 ` [PATCH 36/78] config.txt: move i18n.* " Nguyễn Thái Ngọc Duy
2018-10-27  6:23 ` [PATCH 37/78] git-imap-send.txt: move imap.* " Nguyễn Thái Ngọc Duy
2018-10-27  6:23 ` [PATCH 38/78] config.txt: move index.* " Nguyễn Thái Ngọc Duy
2018-10-27  6:23 ` [PATCH 39/78] config.txt: move init.* " Nguyễn Thái Ngọc Duy
2018-10-27  6:23 ` [PATCH 40/78] config.txt: move instaweb.* " Nguyễn Thái Ngọc Duy
2018-10-27  6:23 ` [PATCH 41/78] config.txt: move interactive.* " Nguyễn Thái Ngọc Duy
2018-10-27  6:23 ` [PATCH 42/78] config.txt: move log.* " Nguyễn Thái Ngọc Duy
2018-10-27  6:23 ` [PATCH 43/78] config.txt: move mailinfo.* " Nguyễn Thái Ngọc Duy
2018-10-27  6:23 ` [PATCH 44/78] config.txt: move mailmap.* " Nguyễn Thái Ngọc Duy
2018-10-27  6:23 ` [PATCH 45/78] config.txt: move man.* " Nguyễn Thái Ngọc Duy
2018-10-27  6:23 ` [PATCH 46/78] config.txt: move merge-config.txt to config/ Nguyễn Thái Ngọc Duy
2018-10-27  6:23 ` [PATCH 47/78] config.txt: move mergetool.* to a separate file Nguyễn Thái Ngọc Duy
2018-10-27  6:23 ` [PATCH 48/78] config.txt: move notes.* " Nguyễn Thái Ngọc Duy
2018-10-27  6:23 ` [PATCH 49/78] config.txt: move pack.* " Nguyễn Thái Ngọc Duy
2018-10-27  6:23 ` [PATCH 50/78] config.txt: move pager.* " Nguyễn Thái Ngọc Duy
2018-10-27  6:23 ` [PATCH 51/78] config.txt: move pretty.* " Nguyễn Thái Ngọc Duy
2018-10-27  6:23 ` [PATCH 52/78] config.txt: move protocol.* " Nguyễn Thái Ngọc Duy
2018-10-27  6:23 ` [PATCH 53/78] config.txt: move pull-config.txt to config/ Nguyễn Thái Ngọc Duy
2018-10-27  6:23 ` [PATCH 54/78] config.txt: move push-config.txt " Nguyễn Thái Ngọc Duy
2018-10-27  6:23 ` [PATCH 55/78] config.txt: move rebase-config.txt " Nguyễn Thái Ngọc Duy
2018-10-27  6:23 ` [PATCH 56/78] config.txt: move receive-config.txt " Nguyễn Thái Ngọc Duy
2018-10-27  6:23 ` [PATCH 57/78] config.txt: move remote.* to a separate file Nguyễn Thái Ngọc Duy
2018-10-27  6:23 ` [PATCH 58/78] config.txt: move remotes.* " Nguyễn Thái Ngọc Duy
2018-10-27  6:23 ` [PATCH 59/78] config.txt: move repack.* " Nguyễn Thái Ngọc Duy
2018-10-27  6:23 ` [PATCH 60/78] config.txt: move rerere.* " Nguyễn Thái Ngọc Duy
2018-10-27  6:23 ` [PATCH 61/78] config.txt: move reset.* " Nguyễn Thái Ngọc Duy
2018-10-27  6:23 ` [PATCH 62/78] config.txt: move sendemail-config.txt to config/ Nguyễn Thái Ngọc Duy
2018-10-27  6:23 ` [PATCH 63/78] config.txt: move sequencer.* to a separate file Nguyễn Thái Ngọc Duy
2018-10-27  6:23 ` [PATCH 64/78] config.txt: move showBranch.* " Nguyễn Thái Ngọc Duy
2018-10-27  6:23 ` [PATCH 65/78] config.txt: move splitIndex.* " Nguyễn Thái Ngọc Duy
2018-10-27  6:23 ` [PATCH 66/78] config.txt: move status.* " Nguyễn Thái Ngọc Duy
2018-10-27  6:23 ` [PATCH 67/78] config.txt: move stash.* " Nguyễn Thái Ngọc Duy
2018-10-27  6:23 ` [PATCH 68/78] config.txt: move submodule.* " Nguyễn Thái Ngọc Duy
2018-10-27  6:23 ` [PATCH 69/78] config.txt: move tag.* " Nguyễn Thái Ngọc Duy
2018-10-27  6:23 ` [PATCH 70/78] config.txt: move transfer.* " Nguyễn Thái Ngọc Duy
2018-10-27  6:23 ` [PATCH 71/78] config.txt: move uploadarchive.* " Nguyễn Thái Ngọc Duy
2018-10-27  6:23 ` [PATCH 72/78] config.txt: move uploadpack.* " Nguyễn Thái Ngọc Duy
2018-10-27  6:23 ` [PATCH 73/78] config.txt: move url.* " Nguyễn Thái Ngọc Duy
2018-10-27  6:23 ` [PATCH 74/78] config.txt: move user.* " Nguyễn Thái Ngọc Duy
2018-10-27  6:23 ` [PATCH 75/78] config.txt: move versionsort.* " Nguyễn Thái Ngọc Duy
2018-10-27  6:23 ` [PATCH 76/78] config.txt: move web.* " Nguyễn Thái Ngọc Duy
2018-10-27  6:23 ` [PATCH 77/78] config.txt: move worktree.* " Nguyễn Thái Ngọc Duy
2018-10-27  6:23 ` [PATCH 78/78] config.txt: remove config/dummy.txt Nguyễn Thái Ngọc Duy
2018-10-29  1:28 ` Junio C Hamano [this message]

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=xmqqwoq18rt6.fsf@gitster-ct.c.googlers.com \
    --to=gitster@pobox.com \
    --cc=git@vger.kernel.org \
    --cc=pclouds@gmail.com \
    /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.