Skip to content

Commit 2f7b9f9

Browse files
PhilipOakleygitster
authored andcommitted
rebase.c: state preserve-merges has been removed
Since feebd2d (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 <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent e54793a commit 2f7b9f9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

builtin/rebase.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1110,8 +1110,8 @@ int cmd_rebase(int argc, const char **argv, const char *prefix)
11101110
PARSE_OPT_NOARG | PARSE_OPT_NONEG,
11111111
parse_opt_interactive),
11121112
OPT_SET_INT_F('p', "preserve-merges", &preserve_merges_selected,
1113-
N_("(DEPRECATED) try to recreate merges instead of "
1114-
"ignoring them"),
1113+
N_("(REMOVED) was: try to recreate merges "
1114+
"instead of ignoring them"),
11151115
1, PARSE_OPT_HIDDEN),
11161116
OPT_RERERE_AUTOUPDATE(&options.allow_rerere_autoupdate),
11171117
OPT_CALLBACK_F(0, "empty", &options, "{drop,keep,ask}",

0 commit comments

Comments
 (0)