update
This commit is contained in:
+1
-2
@@ -13,8 +13,7 @@ var input = [
|
||||
, ["git://host.xz/path/to/repo.git/", false], ["git://host.xz/~user/path/to/repo.git/", false]
|
||||
|
||||
// HTTP/S Transport Protocol
|
||||
, ["http://host.xz/path/to/repo.git/", false], ["https://host.xz/path/to/repo.git/", false]
|
||||
|
||||
, ["http://host.xz/path/to/repo.git/", false], ["https://host.xz/path/to/repo.git/", false], ["http://host.xz:8000/path/to/repo.git/", false], ["https://host.xz:8000/path/to/repo.git/", false]
|
||||
// Local (Filesystem) Transport Protocol
|
||||
, ["/path/to/repo.git/", false], ["path/to/repo.git/", false], ["~/path/to/repo.git", false], ["file:///path/to/repo.git/", false], ["file://~/path/to/repo.git/", false]];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user