Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove branchMap in prepareNormalBuild (#838)
This PR refactors the "build preparation" code to remove `branchMap`, in favor of storing everything in a single map. The main motivation is just to make the code clearer. Specific changes: * Store branches in the same map as blob locations, remove `branchMap` * Introduce new struct `BlobIndexInfo` to hold the old location information, plus branches * Rename `BlobLocation` -> `BlobRepo`
- Loading branch information