* git rebase --interactive "forgets" strategies after --continue
@ 2013-08-09 19:29 Diogo de Campos
0 siblings, 0 replies; only message in thread
From: Diogo de Campos @ 2013-08-09 19:29 UTC (permalink / raw)
To: git
I had some problems rebasing a repository that had empty commits,
which caused the rebase to stop. After continuing it with git rebase
--continue, it seems that the strategies I originally gave were
forgotten.
I quickly glanced at the code, and it seems that a lot of rebase
options are stored in in a $state_dir, but $strategy_args is not one
of them.
Since git rebase --interactive not ignoring strategies
(https://github.com/git/git/commit/db2b3b820e2b28da268cc88adff076b396392dfe)
is a recent change to Git (only available in 1.8.4-rc+), I believe
that this was overlooked.
--
Diogo Campos
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2013-08-09 19:29 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-08-09 19:29 git rebase --interactive "forgets" strategies after --continue Diogo de Campos
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).