commit | 0269f968b7effea8a4f61f1fb0ac7e9386a9d90c | [log] [tgz] |
---|---|---|
author | Matthieu Moy <Matthieu.Moy@imag.fr> | Mon Apr 20 14:09:07 2015 +0200 |
committer | Junio C Hamano <gitster@pobox.com> | Mon Apr 20 11:06:10 2015 -0700 |
tree | b16adab6818608f864d94ed20487b5c81a9c86c0 | |
parent | d349e0ee60e1bad1cf49245e402ca086ddb5ff80 [diff] |
log -L: improve error message on malformed argument 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 <Matthieu.Moy@imag.fr> Signed-off-by: Junio C Hamano <gitster@pobox.com>