]> Sergey Matveev's repositories - public-inbox.git/commitdiff
git: allow cloning from the URL root, too
authorEric Wong <e@80x24.org>
Fri, 1 Jul 2016 02:09:45 +0000 (02:09 +0000)
committerEric Wong <e@80x24.org>
Fri, 1 Jul 2016 02:14:10 +0000 (02:14 +0000)
This means we can still show non-git users a somewhat browseable
URL with a link to the README.html file while allowing git users
to type less when cloning.

All of the following are supported:

git clone https://public-inbox.org/ public-inbox
git clone https://public-inbox.org/public-inbox
git clone https://public-inbox.org/public-inbox.git
torsocks git clone http://ou63pmih66umazou.onion/public-inbox


No differences found