Git fork

Merge branch 'kh/doc-markup-fixes'

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
··· 2 --no-all:: 3 Fetch all remotes, except for the ones that has the 4 `remote.<name>.skipFetchAll` configuration variable set. 5 - This overrides the configuration variable fetch.all`. 6 7 -a:: 8 --append::
··· 2 --no-all:: 3 Fetch all remotes, except for the ones that has the 4 `remote.<name>.skipFetchAll` configuration variable set. 5 + This overrides the configuration variable `fetch.all`. 6 7 -a:: 8 --append::
+1 -1
Documentation/git-fast-import.adoc
··· 647 + 648 Here usually `<dataref>` must be either a mark reference (`:<idnum>`) 649 set by a prior `blob` command, or a full 40-byte SHA-1 of an 650 - existing Git blob object. If `<mode>` is `040000`` then 651 `<dataref>` must be the full 40-byte SHA-1 of an existing 652 Git tree object or a mark reference set with `--import-marks`. 653
··· 647 + 648 Here usually `<dataref>` must be either a mark reference (`:<idnum>`) 649 set by a prior `blob` command, or a full 40-byte SHA-1 of an 650 + existing Git blob object. If `<mode>` is `040000` then 651 `<dataref>` must be the full 40-byte SHA-1 of an existing 652 Git tree object or a mark reference set with `--import-marks`. 653
+1 -1
Documentation/git-multi-pack-index.adoc
··· 29 --no-progress:: 30 Turn progress on/off explicitly. If neither is specified, progress is 31 shown if standard error is connected to a terminal. Supported by 32 - sub-commands `write`, `verify`, `expire`, and `repack. 33 34 The following subcommands are available: 35
··· 29 --no-progress:: 30 Turn progress on/off explicitly. If neither is specified, progress is 31 shown if standard error is connected to a terminal. Supported by 32 + sub-commands `write`, `verify`, `expire`, and `repack`. 33 34 The following subcommands are available: 35