mirror of
https://github.com/Relintai/sdl2_frt.git
synced 2024-12-16 11:06:49 +01:00
Merge commit 'db2ad6fa73adec1ffa364d21d130b69533b30ade' into main
This commit is contained in:
commit
49eb7c6b6b
@ -27,6 +27,7 @@ my $url = $ARGV[1];
|
|||||||
#print("remote: $remote\n");
|
#print("remote: $remote\n");
|
||||||
#print("url: $url\n");
|
#print("url: $url\n");
|
||||||
|
|
||||||
|
$url =~ s/\.git$//; # change myorg/myproject.git to myorg/myproject
|
||||||
$url =~ s#^git\@github\.com\:#https://github.com/#i;
|
$url =~ s#^git\@github\.com\:#https://github.com/#i;
|
||||||
my $commiturl = $url =~ /\Ahttps?:\/\/github.com\// ? "$url/commit/" : '';
|
my $commiturl = $url =~ /\Ahttps?:\/\/github.com\// ? "$url/commit/" : '';
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user