Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
lib/repo: do no return a NULL on failure
This turns an existing check into an assert. The previously returned NULL may result in confusing callers, as none of them is checking for that.
- Loading branch information