diff options
| author | Kyle Meyer <kyle@kyleam.com> | 2024-05-21 21:48:45 -0400 |
|---|---|---|
| committer | Kyle Meyer <kyle@kyleam.com> | 2024-05-21 22:04:09 -0400 |
| commit | f9268a959828d0c6ab26171dd2fb1ffc55e5ae70 (patch) | |
| tree | b5afe6e979fac0418124f817b5a77657cf712778 /docs | |
| parent | 66fb1d2af1cad8ef2c33c0848a7eb78eda2cd39a (diff) | |
manual: Fix description of prefix arg for magit-fetch-modules
A prefix arg triggers the transient as of fd5b9ead
(magit-fetch-modules: With prefix argument act as transient prefix,
2021-12-01).
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/magit.org | 11 | ||||
| -rw-r--r-- | docs/magit.texi | 11 |
2 files changed, 14 insertions, 8 deletions
diff --git a/docs/magit.org b/docs/magit.org index 1f07348..40a2a74 100644 --- a/docs/magit.org +++ b/docs/magit.org @@ -6700,8 +6700,9 @@ push-remote, see [[*The Two Remotes]]. - Key: f m (magit-fetch-modules) :: - This command fetches all submodules. With a prefix argument it - fetches all remotes of all submodules. + This command fetches all submodules. With a prefix argument, it + acts as a transient prefix command, allowing the caller to set + options. - User Option: magit-pull-or-fetch :: @@ -7155,10 +7156,12 @@ suitable modules. - Key: o f (magit-fetch-modules) :: - This command fetches all populated modules. + This command fetches all populated modules. With a prefix argument, + it acts as a transient prefix command, allowing the caller to set + options. Also fetch the super-repository, because ~git fetch~ does not - support not doing that. With a prefix argument fetch all remotes. + support not doing that. ** Subtree diff --git a/docs/magit.texi b/docs/magit.texi index 2a7bfdf..0c3f8dd 100644 --- a/docs/magit.texi +++ b/docs/magit.texi @@ -8279,8 +8279,9 @@ This command fetches from all remotes. @item @kbd{f m} (@code{magit-fetch-modules}) @kindex f m @findex magit-fetch-modules -This command fetches all submodules. With a prefix argument it -fetches all remotes of all submodules. +This command fetches all submodules. With a prefix argument, it +acts as a transient prefix command, allowing the caller to set +options. @end table @defopt magit-pull-or-fetch @@ -8911,10 +8912,12 @@ This command displays a list of the current repository's modules. @item @kbd{o f} (@code{magit-fetch-modules}) @kindex o f @findex magit-fetch-modules -This command fetches all populated modules. +This command fetches all populated modules. With a prefix argument, +it acts as a transient prefix command, allowing the caller to set +options. Also fetch the super-repository, because @code{git fetch} does not -support not doing that. With a prefix argument fetch all remotes. +support not doing that. @end table @node Subtree |
