-
- Downloads
catfile: Split out object info reader queue
Similar to the preceding commit, this commit splits out a new object info reader queue such that we can eventually change callers to use batched requests for object info. No change in behaviour is expected given that the queue is not yet used by anything except as implementation detail of the `Info()` function.
parent
aa318bf0
No related branches found
No related tags found
This commit is part of merge request !4032. Comments created here will be created in the context of that merge request.
Showing
- internal/git/catfile/cache_test.go 1 addition, 1 deletioninternal/git/catfile/cache_test.go
- internal/git/catfile/object_info_reader.go 104 additions, 24 deletionsinternal/git/catfile/object_info_reader.go
- internal/git/catfile/object_info_reader_test.go 200 additions, 0 deletionsinternal/git/catfile/object_info_reader_test.go