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

2015-07-27 Thread Thomas Braun
Signed-off-by: Thomas Braun --- > John Keeping 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 only be used during > interactiv

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

2015-07-30 Thread SZEDER Gábor
Quoting Thomas Braun : Signed-off-by: Thomas Braun --- John Keeping 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 only be use

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 : > > > Signed-off-by: Thomas Braun > > --- > >> John Keeping hat am 13. Juli 2015 um 15:11 > >> geschrieben: > >> git-rebase.sh contains: > >> > >>if test "$action" = "edit-todo" && test "$type" != "int

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

2015-07-31 Thread SZEDER Gábor
Quoting John Keeping : On Thu, Jul 30, 2015 at 01:24:03PM +0200, SZEDER Gábor wrote: Quoting Thomas Braun : Signed-off-by: Thomas Braun --- John Keeping hat am 13. Juli 2015 um 15:11 geschrieben: git-rebase.sh contains: if test "$action" = "edit-todo" && test "$type" != "inter

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

2015-07-31 Thread Thomas Braun
Am 31.07.2015 um 12:16 schrieb SZEDER Gábor: > > Quoting John Keeping : > >> On Thu, Jul 30, 2015 at 01:24:03PM +0200, SZEDER Gábor wrote: >>> >>> Quoting Thomas Braun : >>> Signed-off-by: Thomas Braun --- > John Keeping hat am 13. Juli 2015 um 15:11 >>> geschrieben: > git-reb

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

2015-08-01 Thread SZEDER Gábor
Quoting Thomas Braun : 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 07c34ef913..fac01d6985 100644 --- a/contrib/complet