]> git.ipfire.org Git - thirdparty/git.git/blobdiff - builtin/mv.c
Merge branch 'nd/parseopt-completion'
[thirdparty/git.git] / builtin / mv.c
index 8ce6a2ddd4c5008c9d32d45dc21e11d97ff8b79d..8eceb310aae5f8007475f571a0146832eab0be49 100644 (file)
@@ -122,7 +122,8 @@ int cmd_mv(int argc, const char **argv, const char *prefix)
        struct option builtin_mv_options[] = {
                OPT__VERBOSE(&verbose, N_("be verbose")),
                OPT__DRY_RUN(&show_only, N_("dry run")),
-               OPT__FORCE(&force, N_("force move/rename even if target exists")),
+               OPT__FORCE(&force, N_("force move/rename even if target exists"),
+                          PARSE_OPT_NOCOMPLETE),
                OPT_BOOL('k', NULL, &ignore_errors, N_("skip move/rename errors")),
                OPT_END(),
        };