[commit: ghc] master: More github url variants (bbf1cca)
git at git.haskell.org
git at git.haskell.org
Sat Apr 19 14:13:09 UTC 2014
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/bbf1cca551c1b401f869468ea53518765132a6c9/ghc
>---------------------------------------------------------------
commit bbf1cca551c1b401f869468ea53518765132a6c9
Author: Joachim Breitner <mail at joachim-breitner.de>
Date: Sat Apr 19 16:06:54 2014 +0200
More github url variants
>---------------------------------------------------------------
bbf1cca551c1b401f869468ea53518765132a6c9
sync-all | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sync-all b/sync-all
index 16165bb..ba80cfe 100755
--- a/sync-all
+++ b/sync-all
@@ -20,7 +20,7 @@ my $bare_flag = ""; # NOT the opposite of checked_out_flag (describes local repo
my %tags;
-my $GITHUB = qr!(?:git@|git://|https://|http://)github.com!;
+my $GITHUB = qr!(?:git@|git://|https://|http://|ssh://git@)github.com!;
sub inDir {
my $dir = shift;
More information about the ghc-commits
mailing list