doc: add missing backtick for inline-verbatim
Signed-off-by: Kristoffer Haugsbakk <code@khaugsbakk.name> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Kristoffer Haugsbakk committed
Sep 2, 2025 at 22:35 UTC
bb4a83bb94e9307d9ec9bb87731effa37e58c86a
2 files changed
+2
-2
Documentation/fetch-options.adoc
+1
-1
@@ -1,7 +1,7 @@
1
--[no-]all::
2
Fetch all remotes, except for the ones that has the
3
`remote.<name>.skipFetchAll` configuration variable set.
4
- This overrides the configuration variable fetch.all`.
4
+ This overrides the configuration variable `fetch.all`.
5
6
-a::
7
--append::
Documentation/git-multi-pack-index.adoc
+1
-1
@@ -28,7 +28,7 @@ OPTIONS
28
--[no-]progress::
29
Turn progress on/off explicitly. If neither is specified, progress is
30
shown if standard error is connected to a terminal. Supported by
31
- sub-commands `write`, `verify`, `expire`, and `repack.
31
+ sub-commands `write`, `verify`, `expire`, and `repack`.
32
33
The following subcommands are available:
34