Git fork

Merge branch 'kh/doc-markup-fixes' into maint-2.51

Doc markup fixes.

* kh/doc-markup-fixes:
doc: remove extra backtick for inline-verbatim
doc: add missing backtick for inline-verbatim

+3 -3
+1 -1
Documentation/fetch-options.adoc
··· 1 1 --[no-]all:: 2 2 Fetch all remotes, except for the ones that has the 3 3 `remote.<name>.skipFetchAll` configuration variable set. 4 - This overrides the configuration variable fetch.all`. 4 + This overrides the configuration variable `fetch.all`. 5 5 6 6 -a:: 7 7 --append::
+1 -1
Documentation/git-fast-import.adoc
··· 644 644 + 645 645 Here usually `<dataref>` must be either a mark reference (`:<idnum>`) 646 646 set by a prior `blob` command, or a full 40-byte SHA-1 of an 647 - existing Git blob object. If `<mode>` is `040000`` then 647 + existing Git blob object. If `<mode>` is `040000` then 648 648 `<dataref>` must be the full 40-byte SHA-1 of an existing 649 649 Git tree object or a mark reference set with `--import-marks`. 650 650
+1 -1
Documentation/git-multi-pack-index.adoc
··· 28 28 --[no-]progress:: 29 29 Turn progress on/off explicitly. If neither is specified, progress is 30 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 32 33 33 The following subcommands are available: 34 34