• Show log

    Commit

  • Hash : f3134a84
    Author : Patrick Steinhardt
    Date : 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.