]> git.ipfire.org Git - thirdparty/git.git/blobdiff - builtin/apply.c
apply: make it possible to silently apply
[thirdparty/git.git] / builtin / apply.c
index 9c664749580ca0cece1accd3b9100b5571c72b22..7338701434a7faf0cdef2551ed523178164ea0c6 100644 (file)
@@ -74,7 +74,7 @@ int cmd_apply(int argc, const char **argv, const char *prefix)
                        N_("leave the rejected hunks in corresponding *.rej files")),
                OPT_BOOL(0, "allow-overlap", &state.allow_overlap,
                        N_("allow overlapping hunks")),
-               OPT__VERBOSE(&state.apply_verbosely, N_("be verbose")),
+               OPT__VERBOSE(&state.apply_verbosity, N_("be verbose")),
                OPT_BIT(0, "inaccurate-eof", &options,
                        N_("tolerate incorrectly detected missing new-line at the end of file"),
                        APPLY_OPT_INACCURATE_EOF),