[commit: ghc] ghc-7.8: Also allow http://github.com (#8824) (282f361)
git at git.haskell.org
git at git.haskell.org
Sun Mar 23 11:07:04 UTC 2014
Repository : ssh://git@git.haskell.org/ghc
On branch : ghc-7.8
Link : http://ghc.haskell.org/trac/ghc/changeset/282f3619e15a25ef7693cdd7d01b7550a1fa220f/ghc
>---------------------------------------------------------------
commit 282f3619e15a25ef7693cdd7d01b7550a1fa220f
Author: Joachim Breitner <mail at joachim-breitner.de>
Date: Sat Mar 8 01:11:42 2014 +0100
Also allow http://github.com (#8824)
(cherry picked from commit d246c62afd7312185aee9433b065ea99e4fa4054)
>---------------------------------------------------------------
282f3619e15a25ef7693cdd7d01b7550a1fa220f
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