Comment 4 for bug 1090118

Revision history for this message
Jeremy Stanley (fungi) wrote : Re: Problems encountered installing commit-msg hook

Oh, and as for the issues with str(port) when port is None, I think we may have one or more bugs related to default port handling and leaving out the -P option when no port is specified in the remote (to support users with .netrc and similar SSH configuration overrides). So we'll probably solve both in the same way. Unfortunately there are likely to be conflicting needs between wanting to let the SSH client pick the default--in which case it will try to use 22/tcp if it hasn't been overridden--and falling back to the default Gerrit SSH port instead.