Skip to content

Commit bb4a83b

Browse files
LemmingAvalanchegitster
authored andcommitted
doc: add missing backtick for inline-verbatim
Signed-off-by: Kristoffer Haugsbakk <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 47243ee commit bb4a83b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Documentation/fetch-options.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
--[no-]all::
22
Fetch all remotes, except for the ones that has the
33
`remote.<name>.skipFetchAll` configuration variable set.
4-
This overrides the configuration variable fetch.all`.
4+
This overrides the configuration variable `fetch.all`.
55

66
-a::
77
--append::

Documentation/git-multi-pack-index.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ OPTIONS
2828
--[no-]progress::
2929
Turn progress on/off explicitly. If neither is specified, progress is
3030
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`.
3232

3333
The following subcommands are available:
3434

0 commit comments

Comments
 (0)