v1.7.0
cloudpossebot
released this
13 Jan 14:56
·
45 commits
to refs/heads/master
since this release
fix(modules/git/bootstrap): remove lazy assignments @dudymas (#335)
what
- remove recursive assignments for git variables
why
- recursive assignments cause race conditions
- none of the git bootstrap operations are costly to calculate
- make 4.4 exhibits a complete deadlock due to all the recursive assignments