]> git.ipfire.org Git - thirdparty/git.git/blobdiff - git.c
i18n: add no-op _() and N_() wrappers
[thirdparty/git.git] / git.c
diff --git a/git.c b/git.c
index 23610aa0366ebe36e65e78fb8c5fba3f2d0b8f77..65ed68ffc13c5e1d893a5e0d84da795d9f8f698f 100644 (file)
--- a/git.c
+++ b/git.c
@@ -392,7 +392,7 @@ static void handle_internal_command(int argc, const char **argv)
                { "remote-ext", cmd_remote_ext },
                { "remote-fd", cmd_remote_fd },
                { "replace", cmd_replace, RUN_SETUP },
-               { "repo-config", cmd_config, RUN_SETUP_GENTLY },
+               { "repo-config", cmd_repo_config, RUN_SETUP_GENTLY },
                { "rerere", cmd_rerere, RUN_SETUP },
                { "reset", cmd_reset, RUN_SETUP },
                { "rev-list", cmd_rev_list, RUN_SETUP },