textwrap: add more special tags
commit8239afb2e6a9b7d427cfbfa70804f91d166b0bd5
authorDavid Aguilar <davvid@gmail.com>
Wed, 12 Aug 2015 22:31:39 +0000 (12 15:31 -0700)
committerDavid Aguilar <davvid@gmail.com>
Wed, 12 Aug 2015 22:31:39 +0000 (12 15:31 -0700)
tree327c9b37bd4c1f4b93b61a00fa20ba5855cb0ade
parent8f13897b11f0e88f2df9c23b3682e57bbff5749a
textwrap: add more special tags

Do not word-wrap "Link:", "References:", "Related-to:", and "See-also:"
trailers in the commit message, as they often contain long URLs.

Related-to: #486
Signed-off-by: David Aguilar <davvid@gmail.com>
cola/textwrap.py
test/textwrap_test.py