Re: [PATCH 3/7] completion: improve bash completion for git-add

2017-01-31 Thread SZEDER Gábor
> Add some long-options for git-add and improve path completion when the > --update flag is given. Please tell us in the commit message _how_ this improves path completion. > --- > contrib/completion/git-completion.bash | 10 +++--- > 1 file changed, 7 insertions(+), 3 deletions(-) > > diff

[PATCH 3/7] completion: improve bash completion for git-add

2017-01-22 Thread bitte . keine . werbung . einwerfen
From: Cornelius Weig Add some long-options for git-add and improve path completion when the --update flag is given. --- contrib/completion/git-completion.bash | 10 +++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/contrib/completion/git-completion.bash b/contrib/completi