diff options
Diffstat (limited to 'src/repository.c')
-rw-r--r-- | src/repository.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/repository.c b/src/repository.c index cb62d9eb6..c0e99bb24 100644 --- a/src/repository.c +++ b/src/repository.c @@ -317,6 +317,7 @@ int git_repository_config( goto cleanup; } + (*out)->repo = repo; return GIT_SUCCESS; cleanup: |