git_handler: make self.git a lazily evaluated property
This allows other functions to be able to use the `git` property without needing to care about initializing it. An upcoming patch will remove the `init_if_missing` function.
Loading
Please register or sign in to comment