Re: [PATCH v2] completion: Add '--edit-todo' to rebase

2015-08-01 Thread SZEDER Gábor
Quoting Thomas Braun thomas.br...@virtuell-zuhause.de: Am 31.07.2015 um 12:16 schrieb SZEDER Gábor: Anyway, so this could be something like (modulo likely whitespace damage): diff --git a/contrib/completion/git-completion.bash b/contrib/completion/git-completion.bash index

Re: [PATCH v2] completion: Add '--edit-todo' to rebase

2015-07-31 Thread SZEDER Gábor
Quoting John Keeping j...@keeping.me.uk: On Thu, Jul 30, 2015 at 01:24:03PM +0200, SZEDER Gábor wrote: Quoting Thomas Braun thomas.br...@virtuell-zuhause.de: Signed-off-by: Thomas Braun thomas.br...@virtuell-zuhause.de --- John Keeping j...@keeping.me.uk hat am 13. Juli 2015 um 15:11

Re: [PATCH v2] completion: Add '--edit-todo' to rebase

2015-07-30 Thread SZEDER Gábor
Quoting Thomas Braun thomas.br...@virtuell-zuhause.de: Signed-off-by: Thomas Braun thomas.br...@virtuell-zuhause.de --- John Keeping j...@keeping.me.uk hat am 13. Juli 2015 um 15:11 geschrieben: git-rebase.sh contains: if test $action = edit-todo test $type != interactive

Re: [PATCH v2] completion: Add '--edit-todo' to rebase

2015-07-30 Thread John Keeping
On Thu, Jul 30, 2015 at 01:24:03PM +0200, SZEDER Gábor wrote: Quoting Thomas Braun thomas.br...@virtuell-zuhause.de: Signed-off-by: Thomas Braun thomas.br...@virtuell-zuhause.de --- John Keeping j...@keeping.me.uk hat am 13. Juli 2015 um 15:11 geschrieben: git-rebase.sh contains:

[PATCH v2] completion: Add '--edit-todo' to rebase

2015-07-27 Thread Thomas Braun
Signed-off-by: Thomas Braun thomas.br...@virtuell-zuhause.de --- John Keeping j...@keeping.me.uk hat am 13. Juli 2015 um 15:11 geschrieben: git-rebase.sh contains: if test $action = edit-todo test $type != interactive then die $(gettext The --edit-todo action can