Parenthesize the mention of the git protocol to make it clear that
`former' and `latter' refer to the standard SSH syntax and the
alternate SCP-like syntax, rather than the SSH protocol and git
protocol.
Signed-off-by: Yawar Amin <redacted>
---
Please Cc replies to me, thanks.
Documentation/urls.txt | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
@@ -17,7 +17,7 @@ to name the remote repository: SSH is the default transport protocol over the network. You can optionally specify which user to log-in as, and an alternate, scp-like syntax is also supported. Both syntaxes support-username expansion, as does the native git protocol, but+username expansion (as does the native git protocol) but only the former supports port specification. The following three are identical to the last three above, respectively:
Hi,
On Wed, Mar 31, 2010 at 7:58 AM, Yawar Amin [off-list ref] wrote:
Parenthesize the mention of the git protocol to make it clear that
`former' and `latter' refer to the standard SSH syntax and the
alternate SCP-like syntax, rather than the SSH protocol and git
protocol.
Hi,
On Wed, Mar 31, 2010 at 7:58 AM, Yawar Amin [off-list ref] wrote:
quoted
Parenthesize the mention of the git protocol to make it clear that
`former' and `latter' refer to the standard SSH syntax and the
alternate SCP-like syntax, rather than the SSH protocol and git
protocol.
I've already submitted a patch to rewrite large portions of the
urls.txt page [1]. Kindly submit patches against that.
I see there are some extensive changes. Do you have a public repo I
could pull from and base my patch on? That should make things easier.
Thanks,
Yawar