Re: [PATCH] rebase -i: add config to abbreviate command name

2017-04-25 Thread liam BEGUIN
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' boole

Re: [PATCH] rebase -i: add config to abbreviate command name

2017-04-25 Thread Johannes Schindelin
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

Re: [PATCH] rebase -i: add config to abbreviate command name

2017-04-24 Thread liam BEGUIN
Hi Johannes, On Mon, 2017-04-24 at 12:26 +0200, Johannes Schindelin wrote: > Hi Liam, > > 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. > >

Re: [PATCH] rebase -i: add config to abbreviate command name

2017-04-24 Thread Jeff King
On Sun, Apr 23, 2017 at 11:23:47PM -0400, 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. Just reading this, I was confused about what the patch actually did. Reading the c

Re: [PATCH] rebase -i: add config to abbreviate command name

2017-04-24 Thread liam BEGUIN
Hi, On Mon, 2017-04-24 at 12:26 +0200, Johannes Schindelin wrote: > Hi Liam, > > 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 pa

Re: [PATCH] rebase -i: add config to abbreviate command name

2017-04-24 Thread Johannes Schindelin
Hi Liam, 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? Ciao, Johan