edk2-edkrepo
edk2-edkrepo copied to clipboard
Repository for the edkrepo utility
I have a patchSet that used a remote cherry-pick recipe in 2023 that became invalid in 2024 after a force push was made to the sourceRemote repo's sourceBranch. patchSet CherryPick:...
edkrepo 3.2.0 version When the current combo is an archived combo, the command "edkrepo combo -v" encounters an error when trying to display the current combo verbose information. ``` Traceback...
The clone command should be expanded to support Git's partial clone methods (treeless and blobless). This will provide improved clone times and decreased disk usage for larger repositories. ```[tasklist] ###...
Reccomend increasing reccomendation to the latest version of Git to support all use cases for these features.
Use git lfs ls-files to determine if we have LFS files in the index
Identify all uses of repo.git.execute and add the following cmd line parameters which will prevent suppression of git's colored output: '-c', 'color.ui=always'
Platform -> Manifest.xml -> DevLead: username -> Combos: abc -> def -> ghi
Recently updated "edkrepo list-repos" command displays: -default combo names are in green text -the localRoot name in purple text -includes the Remote URL of the localRoot in red text -tags...