On Sun, Oct 8, 2023 at 9:32 AM Ramsay Jones <ramsay@xxxxxxxxxxxxxxxxxxxx> wrote: > > On 08/10/2023 07:45, Elijah Newren via GitGitGadget wrote: > [snip] > > diff --git a/Documentation/gitformat-pack.txt b/Documentation/gitformat-pack.txt > > index 870e00f2982..42afb953e8c 100644 > > --- a/Documentation/gitformat-pack.txt > > +++ b/Documentation/gitformat-pack.txt > > @@ -17,8 +17,8 @@ $GIT_DIR/objects/pack/multi-pack-index > > DESCRIPTION > > ----------- > > > > -The Git pack format is now Git stores most of its primary repository > > -data. Over the lietime af a repository loose objects (if any) and > > +The Git pack format is how Git stores most of its primary repository > > +data. Over the lietime of a repository loose objects (if any) and > > Hmm, this tyop jumped out at me while this patch > floated past... (at least I assume it is a typo!): > > s/lietime/lifetime/ Oh, that's interesting. I wonder if the LLM did fix that, and I just didn't notice it. I suspect so. Anyway, thanks for catching! It looks like Junio manually squashed it in, but I've also got it locally in case any other changes are pointed out and I need to re-roll.