Skip to content

Commit d6b634f

Browse files
committed
Merge branch 'maint'
* maint: rebase -X: do not clobber strategy
2 parents f8d186b + f772c34 commit d6b634f

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

git-rebase.sh

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -311,10 +311,6 @@ do
311311
esac
312312
strategy_opts="$strategy_opts $(git rev-parse --sq-quote "--$newopt")"
313313
do_merge=t
314-
if test -n "$strategy"
315-
then
316-
strategy=recursive
317-
fi
318314
;;
319315
-s=*|--s=*|--st=*|--str=*|--stra=*|--strat=*|--strate=*|\
320316
--strateg=*|--strategy=*|\

0 commit comments

Comments
 (0)