Skip to content

Rename ObjectReader to ObjectContentReader

Currently we have two separate subprocess which for git-cat-file(1). One for reading the info and the other for reading the contents. With the introduction of --batch-command flag in git v2.37.0. We can swap them out for a single process.

We rename existing code to make for the upcoming MRs where we will introduce the new functionality behind a feature flag. Part of #4420 (closed)

Edited by Karthik Nayak

Merge request reports