Skip to content

Commit

Permalink
Merge branch 'maint'
Browse files Browse the repository at this point in the history
* maint:
  rebase -X: do not clobber strategy
  • Loading branch information
Junio C Hamano committed Nov 15, 2010
2 parents f8d186b + f772c34 commit d6b634f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions git-rebase.sh
Original file line number Diff line number Diff line change
Expand Up @@ -311,10 +311,6 @@ do
esac
strategy_opts="$strategy_opts $(git rev-parse --sq-quote "--$newopt")"
do_merge=t
if test -n "$strategy"
then
strategy=recursive
fi
;;
-s=*|--s=*|--st=*|--str=*|--stra=*|--strat=*|--strate=*|\
--strateg=*|--strategy=*|\
Expand Down

0 comments on commit d6b634f

Please sign in to comment.