So the framework repository is MASSIVE. There are 113 branches and the folder is 792M with 696M being the .git
folder. From a rough review it seems ~94 of these branches have been merged. This was determined through git branch -r --merged origin/release/{VER}.0 | wc -l
Some of the branches may have been merged to multiple releases so the numbers from that may be a tad high here or there… @kgupta or someone could possibly review and remove merged branches. It is wild we are approaching 1G for just this module.
4 Likes