]> git.feebdaed.xyz Git - 0xmirror/git.git/commit
doc: convert git fetch to synopsis style
authorJean-Noël Avila <jn.avila@free.fr>
Wed, 19 Nov 2025 21:40:02 +0000 (21:40 +0000)
committerJunio C Hamano <gitster@pobox.com>
Wed, 19 Nov 2025 23:00:37 +0000 (15:00 -0800)
commit903b04a3e721f4afb337bd48890b69e16c04c5d6
tree1a44f0f74ead8c513f4f2239f8e989544aff7bee
parent9a2fb147f2c61d0cab52c883e7e26f5b7948e3ed
doc: convert git fetch to synopsis style

- Switch the synopsis to a synopsis block which will automatically
  format placeholders in italics and keywords in monospace
- Use _<placeholder>_ instead of <placeholder> in the description
- Use `backticks` for keywords and more complex option
descriptions. The new rendering engine will apply synopsis rules to
these spans.

Signed-off-by: Jean-Noël Avila <jn.avila@free.fr>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/config/fetch.adoc
Documentation/fetch-options.adoc
Documentation/git-fetch.adoc
Documentation/pull-fetch-param.adoc
Documentation/urls-remotes.adoc
builtin/fetch.c