X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=git.c;h=a00a0a4d941261b8f7d39390d6f518197f38be15;hb=f276e2a469430999ff7e3735ea7b41508ed1abd8;hp=4b7bd77b809b1d353b591c16aab83af5ab3a6a71;hpb=473c6224c6e46b68c4765d56628a85cea0ee9985;p=thirdparty%2Fgit.git diff --git a/git.c b/git.c index 4b7bd77b80..a00a0a4d94 100644 --- a/git.c +++ b/git.c @@ -535,7 +535,7 @@ static struct cmd_struct commands[] = { { "ls-tree", cmd_ls_tree, RUN_SETUP }, { "mailinfo", cmd_mailinfo, RUN_SETUP_GENTLY | NO_PARSEOPT }, { "mailsplit", cmd_mailsplit, NO_PARSEOPT }, - { "maintenance", cmd_maintenance, RUN_SETUP_GENTLY | NO_PARSEOPT }, + { "maintenance", cmd_maintenance, RUN_SETUP | NO_PARSEOPT }, { "merge", cmd_merge, RUN_SETUP | NEED_WORK_TREE }, { "merge-base", cmd_merge_base, RUN_SETUP }, { "merge-file", cmd_merge_file, RUN_SETUP_GENTLY },