Am 07.01.2019 um 13:30 schrieb Jeff King: > On Mon, Jan 07, 2019 at 11:27:06AM +0000, Philip Oakley wrote: > >> On 06/01/2019 16:45, René Scharfe wrote: >>> Add and use a function for loading the entries if a loose object >>> subdirectory for a given object ID. >> >> The second part of the sentence 'a loose object subdirectory for a given >> object ID' does not scan for me. Is there a word missing? > > I think s/if/in/ ? Good guess and close, but I think I meant s/if/of/. Anyway, the idea is that a caller provides an object ID and the function then reads the corresponding object subdirectory. René