Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'internal/git/catfile/batchcheck.go')
-rw-r--r--internal/git/catfile/batchcheck.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/git/catfile/batchcheck.go b/internal/git/catfile/batchcheck.go
index 199341656..3734e2293 100644
--- a/internal/git/catfile/batchcheck.go
+++ b/internal/git/catfile/batchcheck.go
@@ -51,5 +51,5 @@ func (bc *batchCheck) info(spec string) (*ObjectInfo, error) {
return nil, err
}
- return parseObjectInfo(bc.r)
+ return ParseObjectInfo(bc.r)
}