]> git.ipfire.org Git - thirdparty/git.git/blobdiff - git.c
Make git-remote a builtin
[thirdparty/git.git] / git.c
diff --git a/git.c b/git.c
index 9cca81a60e6d4f93cf3132b76fd8f147a6a5d98f..1e3eb1065fe3fe52361c2feaeadfab85780877ee 100644 (file)
--- a/git.c
+++ b/git.c
@@ -334,6 +334,7 @@ static void handle_internal_command(int argc, const char **argv)
                { "push", cmd_push, RUN_SETUP },
                { "read-tree", cmd_read_tree, RUN_SETUP },
                { "reflog", cmd_reflog, RUN_SETUP },
+               { "remote", cmd_remote, RUN_SETUP },
                { "repo-config", cmd_config },
                { "rerere", cmd_rerere, RUN_SETUP },
                { "reset", cmd_reset, RUN_SETUP },