From d246c62afd7312185aee9433b065ea99e4fa4054 Mon Sep 17 00:00:00 2001
From: Joachim Breitner <mail@joachim-breitner.de>
Date: Sat, 8 Mar 2014 01:11:42 +0100
Subject: [PATCH] Also allow http://github.com (#8824)

---
 sync-all | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sync-all b/sync-all
index a585e9a9693c..4b4b7a3f7842 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;
-- 
GitLab