repository.c
70.8 KB
-
repository: update error handling in `init_ext` · f3134a84
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.
Patrick Steinhardt committed