On Wed, 2017-11-22 at 13:57 +0100, Andreas Brauchli wrote:
> Allow lines with URL to exceed the 80 char limit for improved
> interaction in adaption to ongoing but undocumented practice.
Acked-by: Joe Perches
> $ git grep -E '://\S{77}.*' -- '*.[ch]'
>
> As per RFC3986 [1], the URL format allow
Allow lines with URL to exceed the 80 char limit for improved
interaction in adaption to ongoing but undocumented practice.
$ git grep -E '://\S{77}.*' -- '*.[ch]'
As per RFC3986 [1], the URL format allows for alphanum, +, - and .
characters in the scheme before the separator :// as long as it st
2 matches
Mail list logo