Re: [PATCH] rebase -i: add config to abbreviate command name
From: liam BEGUIN <hidden>
Date: 2017-04-25 02:57:51
From: liam BEGUIN <hidden>
Date: 2017-04-25 02:57:51
Hi Johannes, On Mon, 2017-04-24 at 12:26 +0200, Johannes Schindelin wrote:
Hi Liam, 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`). Do you have a bit more information about what you meant? I don't use this subcommand very often, I'm most likely missing something.
Ciao, Johannes
Thanks, Liam