mirror of
git://code.qt.io/qt/qt5.git
synced 2026-04-21 04:16:39 +08:00
Update documentation for init-repository
There's no mention of additionalLibrary status.
Change-Id: I3ebf8fdc6dcfc01392b1ab5a42734cef81d6fc61
Reviewed-by: Edward Welbourne <edward.welbourne@qt.io>
(cherry picked from commit ed139ea47e)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
committed by
Qt Cherry-pick Bot
parent
e017897c6a
commit
918855032f
@@ -72,11 +72,14 @@ Options:
|
|||||||
Only initialize the specified subset of modules given as the
|
Only initialize the specified subset of modules given as the
|
||||||
argument. Specified modules must already exist in .gitmodules. The
|
argument. Specified modules must already exist in .gitmodules. The
|
||||||
string "all" results in cloning all known modules. The strings
|
string "all" results in cloning all known modules. The strings
|
||||||
"essential", "addon", "preview", "deprecated", "obsolete", and
|
"essential", "addon", "preview", "deprecated", "obsolete",
|
||||||
"ignore" refer to classes of modules; "default" maps to
|
"additionalLibrary", and "ignore" refer to classes of modules
|
||||||
"essential,addon,preview,deprecated", which corresponds with the
|
identified by "status=" lines in the .gitmodules file.
|
||||||
set of maintained modules and is also the default set. Module
|
You can use "default" in the subset as a short-hand for
|
||||||
names may be prefixed with a dash to exclude them from a bigger
|
"essential,addon,preview,deprecated", which corresponds to the set of
|
||||||
|
maintained modules included in standard Qt releases; this is also the
|
||||||
|
default module subset when this option is not given. Entries
|
||||||
|
may be prefixed with a dash to exclude them from a bigger
|
||||||
set, e.g. "all,-ignore".
|
set, e.g. "all,-ignore".
|
||||||
|
|
||||||
--no-update
|
--no-update
|
||||||
|
|||||||
Reference in New Issue
Block a user