]> Sergey Matveev's repositories - public-inbox.git/commitdiff
doc: avoid [<directory>] arg for git-clone(1)
authorEric Wong <e@80x24.org>
Wed, 16 Oct 2019 11:14:51 +0000 (11:14 +0000)
committerEric Wong <e@80x24.org>
Thu, 17 Oct 2019 07:45:35 +0000 (07:45 +0000)
While it is possible to host source code from the root of a URL
using git-http-backend(1), the lack of pathname in the URL can
also be confusing to users.  So just add the path name of the
project into the URL itself so users can invoke "git clone"
with one command-line argument instead of two.

Of course, previously documented URLs continue to work as normal.


No differences found