Since we already teach the `repo_config()` in "f29f1990b5 (config: teach repo_config to allow `repo` to be NULL, 2025-03-08)" to allow `repo` to be NULL, no need to check if `repo` is NULL before calling `repo_config()`. This was suggested by Patrick Steinhardt <ps@xxxxxx> Usman Akinyemi (2): builtin/add: remove unnecessary if statement builtin/difftool: remove unnecessary if statement builtin/add.c | 3 +-- builtin/difftool.c | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) -- 2.49.0