Re: [PATCH] Completion: Add support for --submodule=diff

2017-02-06 Thread Peter Law
Hi, Junio C Hamano wrote: > Peter Law writes: > >>> Teach git-completion.bash about the 'diff' option to 'git diff >>> --submodule=', which was added in Git 2.11. >> >> I posted this patch back in December, but I've not heard anything. I'm >> sure as

Re: [PATCH] Completion: Add support for --submodule=diff

2017-01-30 Thread Jacob Keller
On Sun, Dec 4, 2016 at 6:41 AM, wrote: > From: Peter Law > > Teach git-completion.bash about the 'diff' option to 'git diff > --submodule=', which was added in Git 2.11. > > Signed-off-by: Peter Law > --- >

Re: [PATCH] Completion: Add support for --submodule=diff

2017-01-30 Thread Junio C Hamano
Peter Law writes: >> Teach git-completion.bash about the 'diff' option to 'git diff >> --submodule=', which was added in Git 2.11. > > I posted this patch back in December, but I've not heard anything. I'm > sure as maintainers you're all quite busy, but I was wondering how

Re: [PATCH] Completion: Add support for --submodule=diff

2017-01-30 Thread Brandon Williams
On 01/30, Peter Law wrote: > Hi, > > > Teach git-completion.bash about the 'diff' option to 'git diff > > --submodule=', which was added in Git 2.11. > > I posted this patch back in December, but I've not heard anything. I'm > sure as maintainers you're all quite busy, but I was wondering how >

Re: [PATCH] Completion: Add support for --submodule=diff

2017-01-30 Thread Peter Law
Hi, > Teach git-completion.bash about the 'diff' option to 'git diff > --submodule=', which was added in Git 2.11. I posted this patch back in December, but I've not heard anything. I'm sure as maintainers you're all quite busy, but I was wondering how long it usually takes to get a response to

[PATCH] Completion: Add support for --submodule=diff

2016-12-04 Thread peterjclaw
From: Peter Law Teach git-completion.bash about the 'diff' option to 'git diff --submodule=', which was added in Git 2.11. Signed-off-by: Peter Law --- contrib/completion/git-completion.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)