Skip to content

Commit 4097eac

Browse files
committed
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
2 parents ed19b95 + b0d97aa commit 4097eac

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Documentation/fetch-options.adoc

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

77
-a::
88
--append::

Documentation/git-fast-import.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -647,7 +647,7 @@ External data format::
647647
+
648648
Here usually `<dataref>` must be either a mark reference (`:<idnum>`)
649649
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
650+
existing Git blob object. If `<mode>` is `040000` then
651651
`<dataref>` must be the full 40-byte SHA-1 of an existing
652652
Git tree object or a mark reference set with `--import-marks`.
653653

Documentation/git-multi-pack-index.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ OPTIONS
2929
--no-progress::
3030
Turn progress on/off explicitly. If neither is specified, progress is
3131
shown if standard error is connected to a terminal. Supported by
32-
sub-commands `write`, `verify`, `expire`, and `repack.
32+
sub-commands `write`, `verify`, `expire`, and `repack`.
3333

3434
The following subcommands are available:
3535

0 commit comments

Comments
 (0)