This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[wwwdocs] Make git/gitweb_config.perl use https


Applied.

Gerald

Index: git/gitweb_config.perl
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/git/gitweb_config.perl,v
retrieving revision 1.1
diff -u -r1.1 gitweb_config.perl
--- git/gitweb_config.perl	18 Mar 2008 02:07:15 -0000	1.1
+++ git/gitweb_config.perl	4 Jul 2014 14:10:54 -0000
@@ -7,6 +7,6 @@
 @git_base_url_list =
   (qw(git://gcc.gnu.org/git
       ssh://gcc.gnu.org/git
-      http://gcc.gnu.org/git));
+      https://gcc.gnu.org/git));
 
 $projects_list = "$projectroot/gitweb-project-list";


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]