From: Junio C Hamano Date: Fri, 12 Sep 2025 17:41:20 +0000 (-0700) Subject: Merge branch 'kh/doc-markup-fixes' X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4097eac99cc59ec55b3a8e7cb1862e5ba6d49595;p=thirdparty%2Fgit.git 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 --- 4097eac99cc59ec55b3a8e7cb1862e5ba6d49595 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: