git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/5] doc: convert git-status, git remote and git stage to synopsis style
@ 2025-12-20 19:16 Jean-Noël Avila via GitGitGadget
  2025-12-20 19:16 ` [PATCH 1/5] doc: fix t0450-txt-doc-vs-help to select only first synopsis block Jean-Noël Avila via GitGitGadget
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Jean-Noël Avila via GitGitGadget @ 2025-12-20 19:16 UTC (permalink / raw)
  To: git; +Cc: Jean-Noël Avila

The changes are basically the expected stuff for synopsis conversion, and a
few cases of "imperative mood" style.

Additionally, this series has two special commits

 * fix to the comparison of synopsis and help, to allow using synopsis
   paragraph elsewhere in manpages
 * the "ascii art" tables in git-status are converted to plain asciidoc
   tables. The alignment output is managed by the asciidoc processor.

The second patch is a RFC as to whether we should convert our tables or not.
For the translations of the manual pages, this setup simplifies the
maintenance, because we are able to export each table cell as a separate
segment.

Jean-Noël Avila (5):
  doc: fix t0450-txt-doc-vs-help to select only first synopsis block
  doc: convert git-status to synopsis style
  doc: convert git-status tables to AsciiDoc format
  doc: convert git stage to use synopsis block
  doc: convert git-remote to synopsis style

 Documentation/git-remote.adoc | 106 +++++-----
 Documentation/git-stage.adoc  |   4 +-
 Documentation/git-status.adoc | 356 +++++++++++++++++-----------------
 t/t0450-txt-doc-vs-help.sh    |   2 +-
 4 files changed, 238 insertions(+), 230 deletions(-)


base-commit: c4a0c8845e2426375ad257b6c221a3a7d92ecfda
Published-As: https://github.com/gitgitgadget/git/releases/tag/pr-2020%2Fjnavila%2Fdoc_git_status-v1
Fetch-It-Via: git fetch https://github.com/gitgitgadget/git pr-2020/jnavila/doc_git_status-v1
Pull-Request: https://github.com/gitgitgadget/git/pull/2020
-- 
gitgitgadget

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2025-12-20 19:16 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-12-20 19:16 [PATCH 0/5] doc: convert git-status, git remote and git stage to synopsis style Jean-Noël Avila via GitGitGadget
2025-12-20 19:16 ` [PATCH 1/5] doc: fix t0450-txt-doc-vs-help to select only first synopsis block Jean-Noël Avila via GitGitGadget
2025-12-20 19:16 ` [PATCH 2/5] doc: convert git-status to synopsis style Jean-Noël Avila via GitGitGadget
2025-12-20 19:16 ` [PATCH 3/5] doc: convert git-status tables to AsciiDoc format Jean-Noël Avila via GitGitGadget
2025-12-20 19:16 ` [PATCH 4/5] doc: convert git stage to use synopsis block Jean-Noël Avila via GitGitGadget
2025-12-20 19:16 ` [PATCH 5/5] doc: convert git-remote to synopsis style Jean-Noël Avila via GitGitGadget

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