Hi Johannes, On Tue, 2017-04-25 at 21:45 +0200, Johannes Schindelin wrote: > Hi Liam, > > On Mon, 24 Apr 2017, liam BEGUIN wrote: > > > On Mon, 2017-04-24 at 12:26 +0200, Johannes Schindelin wrote: > > > > > On Sun, 23 Apr 2017, Liam Beguin wrote: > > > > > > > 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. > It makes more sens to me now, I'll add it in next patch > Ciao, > Johannes Thanks, Liam