From ed139ea47e21984e64a130b167ed715adf319234 Mon Sep 17 00:00:00 2001 From: Paul Wicking Date: Thu, 25 Mar 2021 12:53:07 +0100 Subject: Update documentation for init-repository There's no mention of additionalLibrary status. Pick-to: 6.1 6.0 Change-Id: I3ebf8fdc6dcfc01392b1ab5a42734cef81d6fc61 Reviewed-by: Edward Welbourne --- init-repository | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) (limited to 'init-repository') diff --git a/init-repository b/init-repository index 0fbc98b6..2bef9979 100755 --- a/init-repository +++ b/init-repository @@ -72,11 +72,14 @@ Options: Only initialize the specified subset of modules given as the argument. Specified modules must already exist in .gitmodules. The string "all" results in cloning all known modules. The strings - "essential", "addon", "preview", "deprecated", "obsolete", and - "ignore" refer to classes of modules; "default" maps to - "essential,addon,preview,deprecated", which corresponds with the - set of maintained modules and is also the default set. Module - names may be prefixed with a dash to exclude them from a bigger + "essential", "addon", "preview", "deprecated", "obsolete", + "additionalLibrary", and "ignore" refer to classes of modules + identified by "status=" lines in the .gitmodules file. + You can use "default" in the subset as a short-hand for + "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". --no-update -- cgit v1.2.3