mbox series

[0/2] Doc fixes

Message ID pull.1697.git.1710602501.gitgitgadget@gmail.com (mailing list archive)
Headers show
Series Doc fixes | expand

Message

Jean-Noël Avila via GitGitGadget March 16, 2024, 3:21 p.m. UTC
While translating this session, some translators and I found inconsistencies
in the manpages text. The fixes were grouped together in this series.

Jean-Noël Avila (2):
  doc: format alternatives in synopsis
  doc: fix some placeholders formating

 Documentation/fetch-options.txt          | 2 +-
 Documentation/git-interpret-trailers.txt | 6 +++---
 Documentation/git-pull.txt               | 4 ++--
 Documentation/git-rebase.txt             | 2 +-
 Documentation/git-send-email.txt         | 8 +++++---
 Documentation/git.txt                    | 2 +-
 Documentation/rev-list-options.txt       | 6 +++---
 builtin/interpret-trailers.c             | 2 +-
 8 files changed, 17 insertions(+), 15 deletions(-)


base-commit: 4f9b731bdeccffa1b13e5edf4bc0428b8d49704e
Published-As: https://github.com/gitgitgadget/git/releases/tag/pr-1697%2Fjnavila%2Fdoc_fixes-v1
Fetch-It-Via: git fetch https://github.com/gitgitgadget/git pr-1697/jnavila/doc_fixes-v1
Pull-Request: https://github.com/gitgitgadget/git/pull/1697

Comments

Taylor Blau March 16, 2024, 3:50 p.m. UTC | #1
On Sat, Mar 16, 2024 at 03:21:39PM +0000, Jean-Noël Avila via GitGitGadget wrote:
> While translating this session, some translators and I found inconsistencies
> in the manpages text. The fixes were grouped together in this series.
>
> Jean-Noël Avila (2):
>   doc: format alternatives in synopsis
>   doc: fix some placeholders formating

Both look great, thanks.

    Acked-by: Taylor Blau <me@ttaylorr.com>

Thanks,
Taylor