On the long URLs, are we OK enforcing that a really long URL needs to be by itself on a line? For example, a commit message like:
This implements the function at http://...URL of > 140 characters... Or do we want to ignore URL length for the purpose of computing line length, like: "This implements the function at http://URL of > 140 characters..." It's going to be simpler if we just treat a URL on its own differently than trying to ignore long URLs in lines for the sake of line length. Thanks, Derek -- +---------------------------------------------------------------+ | Derek Chen-Becker | | GPG Key available at https://keybase.io/dchenbecker and | | https://pgp.mit.edu/pks/lookup?search=derek%40chen-becker.org | | Fngrprnt: EB8A 6480 F0A3 C8EB C1E7 7F42 AFC5 AFEE 96E4 6ACC | +---------------------------------------------------------------+
