File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -553,15 +553,15 @@ then
553
553
# Note: incompatibility with --interactive is just a strong warning;
554
554
# git-rebase.txt caveats with "unless you know what you are doing"
555
555
test -n " $rebase_merges " &&
556
- die " $( gettext " error: cannot combine '--preserve_merges ' with '--rebase-merges'" ) "
556
+ die " $( gettext " error: cannot combine '--preserve-merges ' with '--rebase-merges'" ) "
557
557
fi
558
558
559
559
if test -n " $rebase_merges "
560
560
then
561
561
test -n " $strategy_opts " &&
562
- die " $( gettext " error: cannot combine '--rebase_merges ' with '--strategy-option'" ) "
562
+ die " $( gettext " error: cannot combine '--rebase-merges ' with '--strategy-option'" ) "
563
563
test -n " $strategy " &&
564
- die " $( gettext " error: cannot combine '--rebase_merges ' with '--strategy'" ) "
564
+ die " $( gettext " error: cannot combine '--rebase-merges ' with '--strategy'" ) "
565
565
fi
566
566
567
567
if test -z " $rebase_root "
You can’t perform that action at this time.
0 commit comments