#755224 git rebase: --exec requires --interactive

Package:
git
Source:
git
Description:
fast, scalable, distributed revision control system
Submitter:
Dave Borowitz
Date:
2014-07-18 21:57:06 UTC
Severity:
wishlist
#755224#5
Date:
2014-07-18 21:54:17 UTC
From:
To:
From git help rebase:

	-x <cmd>, --exec <cmd>
...
		This option can only be used with the --interactive
		option (see INTERACTIVE MODE below).

It would be nicer to turn on interactive mode behind the scenes
without launching an editor, like is already done for
--preserve-merges.