On Wed, Aug 27, 2025, at 18:48, Junio C Hamano wrote: > Junio C Hamano <gitster@xxxxxxxxx> writes: > >> kristofferhaugsbakk@xxxxxxxxxxxx writes: >> >>> - if (!cfg.i_still_use_this) >>> - you_still_use_that("git whatchanged"); >>> + if (!cfg.i_still_use_this) >>> + you_still_use_that("git whatchanged", >> >> I spot a whitespace breakage here. I didn't check if there are > > Sorry, I read the patch backwards. You are fixing an existing > whitespace breakage, which is very much appreciated, as this is > immediate vicinity of the real change of this topic. No, I did inadvertently replace the tab indents with spaces. I’ll have to configure my editor better. I’ll fix it. (`ci/check-whitespace.sh v2.51.0` turned out to be helpful for me here) -- Kristoffer Haugsbakk