emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 7e1c7db1cb 1/3: Prefer https: to git: URIs


From: Paul Eggert
Subject: master 7e1c7db1cb 1/3: Prefer https: to git: URIs
Date: Sat, 4 Feb 2023 18:14:25 -0500 (EST)

branch: master
commit 7e1c7db1cb5a33a66115bb767224bdc79a257266
Author: Paul Eggert <eggert@cs.ucla.edu>
Commit: Paul Eggert <eggert@cs.ucla.edu>

    Prefer https: to git: URIs
    
    Prefer https: to git: URIs on Savannah.
    The idea is to avoid some adversary-in-the-middle attacks
    on developers.
---
 CONTRIBUTE          | 2 +-
 INSTALL.REPO        | 2 +-
 admin/MAINTAINERS   | 4 ++--
 admin/merge-gnulib  | 2 +-
 admin/notes/elpa    | 2 +-
 doc/misc/tramp.texi | 2 +-
 nt/INSTALL.W64      | 2 +-
 7 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/CONTRIBUTE b/CONTRIBUTE
index 674b4e5b18..dcf34f48fe 100644
--- a/CONTRIBUTE
+++ b/CONTRIBUTE
@@ -18,7 +18,7 @@ To configure Git for Emacs development, you can run the 
following:
 
 The following shell commands then build and run Emacs from scratch:
 
-       git clone git://git.sv.gnu.org/emacs.git
+       git clone https://git.savannah.gnu.org/git/emacs.git
        cd emacs
        ./autogen.sh
        ./configure
diff --git a/INSTALL.REPO b/INSTALL.REPO
index dcbbbcb959..ea88842cfa 100644
--- a/INSTALL.REPO
+++ b/INSTALL.REPO
@@ -4,7 +4,7 @@ The Emacs repository is hosted on Savannah.  The following Git 
command
 will clone the repository to the 'emacs' subdirectory of the current
 directory on your local machine:
 
-    git clone git://git.sv.gnu.org/emacs.git
+    git clone https://git.savannah.gnu.org/git/emacs.git
 
 To build the repository code, simply run 'make' in the 'emacs'
 directory.  This should work if your files are freshly checked out
diff --git a/admin/MAINTAINERS b/admin/MAINTAINERS
index 6e080d1f5b..1273e9a976 100644
--- a/admin/MAINTAINERS
+++ b/admin/MAINTAINERS
@@ -294,7 +294,7 @@ Po Lu
 
 Tramp
        Maintainer: Michael Albinus
-       Repository: git://git.savannah.gnu.org/tramp.git
+       Repository: https://git.savannah.gnu.org/git/tramp.git
        Mailing List: tramp-devel@gnu.org
        Bug Reports: M-x tramp-bug
        Notes: For backward compatibility requirements, see
@@ -316,7 +316,7 @@ Modus themes
 Org Mode
        Home Page: https://orgmode.org/
        Maintainer: Org Mode developers
-       Repository: git://git.sv.gnu.org/emacs/org-mode.git
+       Repository: https://git.savannah.gnu.org/git/emacs/org-mode.git
        Mailing list: emacs-orgmode@gnu.org
        Bug Reports: M-x org-submit-bug-report
        Notes: Org Mode is maintained as a separate project that is
diff --git a/admin/merge-gnulib b/admin/merge-gnulib
index f47c5e6e8d..7f4b6678a9 100755
--- a/admin/merge-gnulib
+++ b/admin/merge-gnulib
@@ -23,7 +23,7 @@
 
 # written by Paul Eggert
 
-GNULIB_URL=git://git.savannah.gnu.org/gnulib.git
+GNULIB_URL=https://git.savannah.gnu.org/git/gnulib.git
 
 GNULIB_MODULES='
   alloca-opt binary-io byteswap c-ctype c-strcase
diff --git a/admin/notes/elpa b/admin/notes/elpa
index 1e9e7a9f52..afcda71d1d 100644
--- a/admin/notes/elpa
+++ b/admin/notes/elpa
@@ -3,7 +3,7 @@ NOTES ON THE EMACS PACKAGE ARCHIVE
 The GNU Emacs package archive, at elpa.gnu.org, is managed using a Git
 repository named "elpa", hosted on Savannah.  To check it out:
 
-  git clone git://git.sv.gnu.org/emacs/elpa
+  git clone https://git.savannah.gnu.org/git/emacs/elpa
   cd elpa
   make setup
 
diff --git a/doc/misc/tramp.texi b/doc/misc/tramp.texi
index a8a59f982f..d344feb2d6 100644
--- a/doc/misc/tramp.texi
+++ b/doc/misc/tramp.texi
@@ -361,7 +361,7 @@ Another way is to follow the terminal session below:
 @example
 @group
 $ cd ~/emacs
-$ git clone git://git.savannah.gnu.org/tramp.git
+$ git clone https://git.savannah.gnu.org/git/tramp.git
 @end group
 @end example
 
diff --git a/nt/INSTALL.W64 b/nt/INSTALL.W64
index fa576fb4d7..fe5f74e320 100644
--- a/nt/INSTALL.W64
+++ b/nt/INSTALL.W64
@@ -115,7 +115,7 @@ put the Emacs source into C:\emacs\emacs-master:
 
   mkdir /c/emacs
   cd /c/emacs
-  git clone git://git.sv.gnu.org/emacs.git emacs-master
+  git clone https://git.savannah.gnu.org/git/emacs.git emacs-master
 
 This will produce the development sources, i.e. the master branch of
 the Emacs Git repository, in the directory C:\emacs\emacs-master.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]