-
Notifications
You must be signed in to change notification settings - Fork 10.5k
Open
Labels
featureA feature request or implementationA feature request or implementationupdate-checkoutArea → utils: the `update-checkout` scriptArea → utils: the `update-checkout` scriptutilsArea: the build system and other accessory scripts under the "utils" directoryArea: the build system and other accessory scripts under the "utils" directory
Description
Motivation
swift source code is big and takes long especially for an initial checkout.
Solution
nowadays sparse checkout is a good option to speed up with (nearly) no disadvantages in daily work:
git clone --filter=tree:0 ...
maybe like:
GITFLAGS="--filter=tree:0" ./swift/utils/update-checkout
Alternatives considered
none known.
Metadata
Metadata
Assignees
Labels
featureA feature request or implementationA feature request or implementationupdate-checkoutArea → utils: the `update-checkout` scriptArea → utils: the `update-checkout` scriptutilsArea: the build system and other accessory scripts under the "utils" directoryArea: the build system and other accessory scripts under the "utils" directory