For the two labels to be consistent, either (a) the colon after
"Password" should be removed, as done here, or (b) a colon should be
added after the other label text ("Email address"). In this commit, I
opt for option (a), though (b) would also be reasonable.
Downloading executable code from a git repository that doesn't have
encryption is inadvisable since it can be intercepted and replaced by
a man-in-the-middle attacker. GitHub recommends doing clones over
HTTPS, and according to mflatt even if you request the git://
transport it will be ignored and https:// is used scenes anyway, so we
shouldn't claim to support it.
It may make sense to allow SSH connections as well as HTTPS, but I
don't think the "transport" drop-down is a good idea for this since
you need to specify a username when making an SSH connection.
* Added todo level for no description.
* Added todo category for no description, added warnings in table for todos.
* Fixed label xexps
* now displays implied docs.
* fixed formatting
* removed comment
* fixed issue with implied docs not being gathered correctly.
* replaced 'for/fold' with 'append-map' in 'get-implied-docs'.
* Possible fix for get-implied-docs.
* Added todo level for no description.
* Added todo category for no description, added warnings in table for todos.
* Fixed label xexps
* now displays implied docs.
* fixed formatting
* removed comment
* fixed issue with implied docs not being gathered correctly.
* replaced 'for/fold' with 'append-map' in 'get-implied-docs'.
* Added todo level for no description.
* Added todo category for no description, added warnings in table for todos.
* Fixed label xexps
* now displays implied docs.
* fixed formatting
* removed comment