commit 619eb6dd8dbd80e55f04b2065f5d23cb48e5bfe2 from: Stefan Sperling date: Fri Mar 20 12:03:47 2020 UTC document use of port numbers in URLs commit - bf390dec53aed4703d097ffde8b0774b7e344cb9 commit + 619eb6dd8dbd80e55f04b2065f5d23cb48e5bfe2 blob - 7ef14b0e01ad8ba85e33167d00f016bc63ff23ff blob + 2d0fb7825a027ea6c5a10e684045f5035dd50ecc --- got/got.1 +++ got/got.1 @@ -152,9 +152,10 @@ already exists. .Pp The .Ar repository-URL -specifies a protocol scheme, a server hostname, and a path to the repository -on the server: -.Lk scheme://hostname/path/to/repository +specifies a protocol scheme, a server hostname, an optional port number +separated from the hostname by a colon, and a path to the repository on +the server: +.Lk scheme://hostname:port/path/to/repository .Pp The following protocol schemes are supported: .Bl -tag -width git+ssh