Commit f3134a8456f5b6604f6dd629c3ea124ae58a85f8

Patrick Steinhardt 2019-07-19T10:41:10

repository: update error handling in `init_ext` Update `git_repository_init_ext` to use our typical style of error handling. The function had multiple statements which didn't `goto out` immediately but instead deferred it to later calls combined with `if` statements.