Hi Christian Fredrik, Thanks for posting a patch. On Fri, 4 Apr 2025 at 20:39, Christian Fredrik Johnsen via GitGitGadget <gitgitgadget@xxxxxxxxx> wrote: > > From: Christian Fredrik Johnsen <christian@xxxxxxxxxx> > > Fix a typo in a comment in refs.c: "checking checking" → "checking". > Signed-off-by: Christian Fredrik Johnsen <christian@xxxxxxxxxx> There should be an empty line between the main part of the commit message and the Signed-off-by trailer. > /* > * If we've already seen the directory we don't need to > - * process it again. Skip it to avoid checking checking > + * process it again. Skip it to avoid checking > * common prefixes like "refs/heads/" repeatedly. > */ Well-spotted. No doubt that this is the correct fix. Martin