Hi Liam,
On Mon, 24 Apr 2017, liam BEGUIN wrote:
On Mon, 2017-04-24 at 12:26 +0200, Johannes Schindelin wrote:
quoted
On Sun, 23 Apr 2017, Liam Beguin wrote:
quoted
Add the 'rebase.abbrevCmd' boolean config option to allow the user
to abbreviate the default command name while editing the
'git-rebase-todo' file.
This patch does not handle the `git rebase --edit-todo` subcommand.
Intentional?
After a little more investigation, I'm not sure what should be added for
the `git rebase --edit-todo` subcommand. It seems like it uses the same
text that was added the first time (with `git rebase -i`).
Well, it uses whatever the user may have edited. It may surprise users
that their `pick` does not get converted to `p` like all the original
commands.
Ciao,
Johannes