Re: [PATCH] stripspace: Call U+0020 a "space" instead of a "blank"

2016-02-09 Thread Stefan Beller
On Tue, Feb 9, 2016 at 2:24 PM, Junio C Hamano wrote: > Alex Henrie writes: > >> I couldn't find any other examples of people referring to this character >> as a "blank". >> >> Signed-off-by: Alex Henrie >> --- > > Any comments

Re: [PATCH] stripspace: Call U+0020 a "space" instead of a "blank"

2016-02-09 Thread Junio C Hamano
Alex Henrie writes: > I couldn't find any other examples of people referring to this character > as a "blank". > > Signed-off-by: Alex Henrie > --- Any comments on this from anybody other than the author that I missed to support this change? >

Re: [PATCH] stripspace: Call U+0020 a "space" instead of a "blank"

2016-02-09 Thread Junio C Hamano
Stefan Beller writes: > On Tue, Feb 9, 2016 at 2:24 PM, Junio C Hamano wrote: >> Alex Henrie writes: >> >>> I couldn't find any other examples of people referring to this character >>> as a "blank". >>> >>> Signed-off-by: Alex

Re: [PATCH] stripspace: Call U+0020 a "space" instead of a "blank"

2016-02-09 Thread Alex Henrie
2016-02-09 16:00 GMT-07:00 Junio C Hamano : > Stefan Beller writes: > >> On Tue, Feb 9, 2016 at 2:24 PM, Junio C Hamano wrote: >>> Alex Henrie writes: >>> I couldn't find any other examples of people

[PATCH] stripspace: Call U+0020 a "space" instead of a "blank"

2016-01-28 Thread Alex Henrie
I couldn't find any other examples of people referring to this character as a "blank". Signed-off-by: Alex Henrie --- builtin/stripspace.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/builtin/stripspace.c b/builtin/stripspace.c index