From: Junio C Hamano Date: Wed, 3 Sep 2025 21:54:38 +0000 (-0700) Subject: Merge branch 'kh/doc-markup-fixes' into next X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1ba7204a041bf9fa3af3ad21a018399fff66f7b9;p=thirdparty%2Fgit.git Merge branch 'kh/doc-markup-fixes' into next Doc markup fixes. * kh/doc-markup-fixes: doc: remove extra backtick for inline-verbatim doc: add missing backtick for inline-verbatim --- 1ba7204a041bf9fa3af3ad21a018399fff66f7b9 diff --cc Documentation/fetch-options.adoc index d3ac31f4e2,65f7d1e7c7..ad1e1f49be --- a/Documentation/fetch-options.adoc +++ b/Documentation/fetch-options.adoc @@@ -1,8 -1,7 +1,8 @@@ ---[no-]all:: +--all:: +--no-all:: Fetch all remotes, except for the ones that has the `remote..skipFetchAll` configuration variable set. - This overrides the configuration variable fetch.all`. + This overrides the configuration variable `fetch.all`. -a:: --append:: diff --cc Documentation/git-multi-pack-index.adoc index e8073bc272,15b3330417..2f642697e9 --- a/Documentation/git-multi-pack-index.adoc +++ b/Documentation/git-multi-pack-index.adoc @@@ -25,11 -25,10 +25,11 @@@ OPTION + `` must be an alternate of the current repository. ---[no-]progress:: +--progress:: +--no-progress:: Turn progress on/off explicitly. If neither is specified, progress is shown if standard error is connected to a terminal. Supported by - sub-commands `write`, `verify`, `expire`, and `repack. + sub-commands `write`, `verify`, `expire`, and `repack`. The following subcommands are available: