[commit: ghc] master: Also allow http://github.com (#8824) (d246c62)
git at git.haskell.org
git at git.haskell.org
Sat Mar 8 00:11:51 UTC 2014
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/d246c62afd7312185aee9433b065ea99e4fa4054/ghc
>---------------------------------------------------------------
commit d246c62afd7312185aee9433b065ea99e4fa4054
Author: Joachim Breitner <mail at joachim-breitner.de>
Date: Sat Mar 8 01:11:42 2014 +0100
Also allow http://github.com (#8824)
>---------------------------------------------------------------
d246c62afd7312185aee9433b065ea99e4fa4054
sync-all | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sync-all b/sync-all
index a585e9a..4b4b7a3 100755
--- a/sync-all
+++ b/sync-all
@@ -19,7 +19,7 @@ my $bare_flag = ""; # NOT the opposite of checked_out_flag (describes local repo
my %tags;
-my $GITHUB = qr!(?:git@|git://|https://)github.com!;
+my $GITHUB = qr!(?:git@|git://|https://|http://)github.com!;
sub inDir {
my $dir = shift;
More information about the ghc-commits
mailing list