Re: [PATCH] log -L: improve error message on malformed argument

2015-04-17 Thread Junio C Hamano
Matthieu Moy writes: > The old message did not mention the :regex:file form. > > To avoid overly long lines, split the message into two lines (in case > item->string is long, it will be the only part truncated in a narrow > terminal). > > Signed-off-by: Matthieu Moy > --- > line-log.c | 3 ++- >

Re: [PATCH] log -L: improve error message on malformed argument

2015-04-16 Thread Eric Sunshine
On Thu, Apr 16, 2015 at 5:45 PM, Junio C Hamano wrote: > Matthieu Moy writes: > >> The old message did not mention the :regex:file form. >> >> To avoid overly long lines, split the message into two lines (in case >> item->string is long, it will be the only part truncated in a narrow >> terminal)

Re: [PATCH] log -L: improve error message on malformed argument

2015-04-16 Thread Junio C Hamano
Matthieu Moy writes: > The old message did not mention the :regex:file form. > > To avoid overly long lines, split the message into two lines (in case > item->string is long, it will be the only part truncated in a narrow > terminal). > > Signed-off-by: Matthieu Moy > --- > line-log.c | 3 ++- >

Re: [PATCH] log -L: improve error message on malformed argument

2015-04-16 Thread Junio C Hamano
Matthieu Moy writes: > The old message did not mention the :regex:file form. > > To avoid overly long lines, split the message into two lines (in case > item->string is long, it will be the only part truncated in a narrow > terminal). > > Signed-off-by: Matthieu Moy > --- > line-log.c | 3 ++- >