]> git.ipfire.org Git - thirdparty/git.git/blobdiff - git.c
test-ref-store: remove force-create argument for create-reflog
[thirdparty/git.git] / git.c
diff --git a/git.c b/git.c
index 18bed9a99647aa310ad37d4cd8dc683c66084b41..5ff21be21f323c794399a3605f7396e1b3bba686 100644 (file)
--- a/git.c
+++ b/git.c
@@ -561,7 +561,7 @@ static struct cmd_struct commands[] = {
        { "merge-tree", cmd_merge_tree, RUN_SETUP | NO_PARSEOPT },
        { "mktag", cmd_mktag, RUN_SETUP | NO_PARSEOPT },
        { "mktree", cmd_mktree, RUN_SETUP },
-       { "multi-pack-index", cmd_multi_pack_index, RUN_SETUP_GENTLY },
+       { "multi-pack-index", cmd_multi_pack_index, RUN_SETUP },
        { "mv", cmd_mv, RUN_SETUP | NEED_WORK_TREE },
        { "name-rev", cmd_name_rev, RUN_SETUP },
        { "notes", cmd_notes, RUN_SETUP },
@@ -577,7 +577,6 @@ static struct cmd_struct commands[] = {
        { "range-diff", cmd_range_diff, RUN_SETUP | USE_PAGER },
        { "read-tree", cmd_read_tree, RUN_SETUP | SUPPORT_SUPER_PREFIX},
        { "rebase", cmd_rebase, 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 },