Re: [PATCH] Add --indent-heuristic to bash completion.

2017-04-27 Thread SZEDER Gábor
; Date: Tue, 25 Apr 2017 13:35:17 +0200 > Subject: [PATCH] Add --indent-heuristic to bash completion. > > Signed-off-by: Martin Liska <mli...@suse.cz> > --- > contrib/completion/git-completion.bash | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) > > dif

Re: [PATCH] Add --indent-heuristic to bash completion.

2017-04-27 Thread Stefan Beller
On Thu, Apr 27, 2017 at 2:09 AM, Martin Liška wrote: > On 04/26/2017 09:38 PM, Stefan Beller wrote: >> On Tue, Apr 25, 2017 at 4:37 AM, Martin Liška wrote: >>> Hello. >>> >>> The patch adds BASH completion for a newly added option. >>> >> >> The looks good, though

Re: [PATCH] Add --indent-heuristic to bash completion.

2017-04-27 Thread Martin Liška
On 04/26/2017 09:38 PM, Stefan Beller wrote: > On Tue, Apr 25, 2017 at 4:37 AM, Martin Liška wrote: >> Hello. >> >> The patch adds BASH completion for a newly added option. >> > > The looks good, though the format is unusual. (We prefer the > format to be inline instead of an

Re: [PATCH] Add --indent-heuristic to bash completion.

2017-04-26 Thread Stefan Beller
On Tue, Apr 25, 2017 at 4:37 AM, Martin Liška wrote: > Hello. > > The patch adds BASH completion for a newly added option. > The looks good, though the format is unusual. (We prefer the format to be inline instead of an attachment) Thanks, Stefan

[PATCH] Add --indent-heuristic to bash completion.

2017-04-25 Thread Martin Liška
Hello. The patch adds BASH completion for a newly added option. Thanks, Martin >From 316355276a9772cdfdd24a81f19400f176944df2 Mon Sep 17 00:00:00 2001 From: marxin <mli...@suse.cz> Date: Tue, 25 Apr 2017 13:35:17 +0200 Subject: [PATCH] Add --indent-heuristic to bash completion. S