The only important commit is “Only load BlockMan in BlockMan member functions”, everything else is all just small style changes.
Here’s the commit message, reproduced:
0This commit effectively splits the "load block index itself" logic from
1"derive Chainstate variables from loaded block index" logic.
2
3This means that BlockManager::LoadBlockIndex{,DB} will only load what's
4relevant to the BlockManager.