sifive / freedom-tools

Tools for SiFive's Freedom Platform
217 stars 52 forks source link

Improve CUSTOM_COMMIT and speed up git clone #73

Closed kito-cheng closed 3 years ago

kito-cheng commented 3 years ago

First patch is using git clone -b to make CUSTOM_COMMIT able to specify the branch name rather than sha1 And second patch is only clone that branch to speed up the clone speed.