]> git.ipfire.org Git - thirdparty/git.git/blobdiff - git.c
Merge branch 'ag/rebase-i-in-c'
[thirdparty/git.git] / git.c
diff --git a/git.c b/git.c
index 8e522768315581a7a401e8cc6a09900e9ab9ad68..2f604a41eaf620f4d185c612cd7c6aee975faa67 100644 (file)
--- a/git.c
+++ b/git.c
@@ -532,7 +532,7 @@ static struct cmd_struct commands[] = {
         * RUN_SETUP | NEED_WORK_TREE
         */
        { "rebase", cmd_rebase },
-       { "rebase--helper", cmd_rebase__helper, RUN_SETUP | NEED_WORK_TREE },
+       { "rebase--interactive", cmd_rebase__interactive, RUN_SETUP | NEED_WORK_TREE },
        { "receive-pack", cmd_receive_pack },
        { "reflog", cmd_reflog, RUN_SETUP },
        { "remote", cmd_remote, RUN_SETUP },