forked from daren.hsu/line_push
update
This commit is contained in:
+6
@@ -73,6 +73,12 @@ console.log(isSsh("http://host.xz/path/to/repo.git/"));
|
||||
console.log(isSsh("https://host.xz/path/to/repo.git/"));
|
||||
// false
|
||||
|
||||
console.log(isSsh("http://host.xz:8000/path/to/repo.git/"));
|
||||
// false
|
||||
|
||||
console.log(isSsh("https://host.xz:8000/path/to/repo.git/"));
|
||||
// false
|
||||
|
||||
// Local (Filesystem) Transport Protocol
|
||||
console.log(isSsh("/path/to/repo.git/"));
|
||||
// false
|
||||
|
||||
Reference in New Issue
Block a user