]> git.ipfire.org Git - thirdparty/git.git/commitdiff
rebase.c: state preserve-merges has been removed
authorPhilip Oakley <philipoakley@iee.email>
Sat, 4 Jun 2022 11:17:46 +0000 (11:17 +0000)
committerJunio C Hamano <gitster@pobox.com>
Mon, 6 Jun 2022 17:45:54 +0000 (10:45 -0700)
Since feebd2d256 (rebase: hide --preserve-merges option, 2019-10-18)
this option is now removed as stated in the subsequent release notes.

Fix and reflow the option tip.

Signed-off-by: Philip Oakley <philipoakley@iee.email>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/rebase.c

index 27fde7bf2815d3f7af22f87d14c098edce5c552d..7c1b9bd9b97bb621ddbe3720f056b2970b90256c 100644 (file)
@@ -1110,8 +1110,8 @@ int cmd_rebase(int argc, const char **argv, const char *prefix)
                        PARSE_OPT_NOARG | PARSE_OPT_NONEG,
                        parse_opt_interactive),
                OPT_SET_INT_F('p', "preserve-merges", &preserve_merges_selected,
-                             N_("(DEPRECATED) try to recreate merges instead of "
-                                "ignoring them"),
+                             N_("(REMOVED) was: try to recreate merges "
+                                "instead of ignoring them"),
                              1, PARSE_OPT_HIDDEN),
                OPT_RERERE_AUTOUPDATE(&options.allow_rerere_autoupdate),
                OPT_CALLBACK_F(0, "empty", &options, "{drop,keep,ask}",