Re: [PATCH v2 1/2] completion: create variable for untracked file modes

2016-06-02 Thread Thomas Braun
Am 01.06.2016 um 13:59 schrieb SZEDER Gábor: > > This subject would perhaps read better: > > completion: factor out untracked file modes into a variable Yes, definitly. Will be included in reroll. > Quoting Thomas Braun : > >> Signed-off-by: Thomas Braun >> --- >> contrib/completion/git-co

Re: [PATCH v2 1/2] completion: create variable for untracked file modes

2016-06-01 Thread SZEDER Gábor
This subject would perhaps read better: completion: factor out untracked file modes into a variable Quoting Thomas Braun : Signed-off-by: Thomas Braun --- contrib/completion/git-completion.bash | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/contrib/completion/git-

[PATCH v2 1/2] completion: create variable for untracked file modes

2016-06-01 Thread Thomas Braun
Signed-off-by: Thomas Braun --- contrib/completion/git-completion.bash | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/contrib/completion/git-completion.bash b/contrib/completion/git-completion.bash index 3402475..addea89 100644 --- a/contrib/completion/git-completion.bash