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 other instances. Please check your editor settings (or run "git diff --check --cached" before committing yoru changes, or both). Thanks.