Re: [PATCH 2/2] completion: simplify __gitcomp test helper

2012-10-30 Thread Felipe Contreras
On Tue, Oct 30, 2012 at 10:27 PM, SZEDER Gábor wrote: > On Mon, Oct 22, 2012 at 03:39:01AM +0200, Felipe Contreras wrote: >> By using print_comp as suggested by SZEDER Gábor. >> >> Signed-off-by: Felipe Contreras >> --- >> t/t9902-completion.sh | 13 + >> 1 file changed, 5 insertions

Re: [PATCH 2/2] completion: simplify __gitcomp test helper

2012-10-30 Thread SZEDER Gábor
On Mon, Oct 22, 2012 at 03:39:01AM +0200, Felipe Contreras wrote: > By using print_comp as suggested by SZEDER Gábor. > > Signed-off-by: Felipe Contreras > --- > t/t9902-completion.sh | 13 + > 1 file changed, 5 insertions(+), 8 deletions(-) > > diff --git a/t/t9902-completion.sh b/

[PATCH 2/2] completion: simplify __gitcomp test helper

2012-10-21 Thread Felipe Contreras
By using print_comp as suggested by SZEDER Gábor. Signed-off-by: Felipe Contreras --- t/t9902-completion.sh | 13 + 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/t/t9902-completion.sh b/t/t9902-completion.sh index 1c6952a..2e7fc06 100755 --- a/t/t9902-completion.sh ++