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. Thanks.