-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add filter configurations at a per-Source granularity
Adds treeless="true" and blobless="true" as attributes to a Combination Source. During edkrepo clone and checkout, if enableSubmodule="true" on the Combination Source, the filter setting applies to the submodules as well. --treeless and treeless="true" have priority over --blobless and blobless="true" if multiple are used. During edkrepo clone, --treeless and --blobless do not apply to the submodule filter settings. Related issues: #239 add filter configurations at a per-Source or per-Remote granularity #247 clone with both --treeless and --blobless encounter git error Signed-off-by: Nathaniel Haller <[email protected]>
- Loading branch information
Showing
3 changed files
with
56 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters