On Fri, May 25, 2018 at 3:28 PM, Ævar Arnfjörð Bjarmason
<[email protected]> wrote:
> Let's not duplicate the description of what *.fsckObjects does twice.
Nit: "duplicate" and "twice" smell redundant.
> instead let's refer to transfer.fsckObjects from both fetch.* and
> receive.*.
s/instead/Instead/
Perhaps the above paragraph can be rewritten:
Refer readers of fetch.fsckObjects and receive.fsckObjects to
transfer.fsckObjects instead of repeating the description at each
location.
(Not at all worth a re-roll.)
> I don't think this description of it makes much sense, but for now I'm
> just moving the existing documentation around. Making it better will
> be done in a later patch.
>
> Signed-off-by: Ævar Arnfjörð Bjarmason <[email protected]>