tianocore / edk2-edkrepo

Repository for the edkrepo utility
Other
21 stars 24 forks source link

Do not suppress Git's colored output #212

Open ashedesimone opened 7 months ago

ashedesimone commented 7 months ago

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'