]> git.eshelyaron.com Git - emacs.git/commitdiff
Prefer https: to git: URIs
authorPaul Eggert <eggert@cs.ucla.edu>
Sat, 4 Feb 2023 22:24:37 +0000 (14:24 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Sat, 4 Feb 2023 23:14:15 +0000 (15:14 -0800)
Prefer https: to git: URIs on Savannah.
The idea is to avoid some adversary-in-the-middle attacks
on developers.

CONTRIBUTE
INSTALL.REPO
admin/MAINTAINERS
admin/merge-gnulib
admin/notes/elpa
doc/misc/tramp.texi
nt/INSTALL.W64

index 674b4e5b18c7f2f938963934d2a0237d39b06123..dcf34f48fe5777e990a0b705abc0f5e4277ff52b 100644 (file)
@@ -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
index dcbbbcb9594b5b2fcf65d18d6a9c0fcf6cf9f023..ea88842cfa908a4808a10296fac61b54678d4d36 100644 (file)
@@ -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
index 6e080d1f5bbc84d5b952841d28e8d156a82ac735..1273e9a976bed41fe96e9437774d4eb847d26619 100644 (file)
@@ -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
index f47c5e6e8d4bc4ef80463cc1bfd8b0c4a8cdd27b..7f4b6678a94b3dc419cad26249e1dc256a6a40c8 100755 (executable)
@@ -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
index 1e9e7a9f52b3876a92c373d6534c4c89cad372d9..afcda71d1dd23e47cb4efafc4b2f95c0b5fb6ef0 100644 (file)
@@ -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
 
index a8a59f982fcfdfc49b2931e78968846c581f931d..d344feb2d631c3f357faecd390f8246a52798baa 100644 (file)
@@ -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
 
index fa576fb4d7f318acdd63cbb7ea52751050f76505..fe5f74e3209598615b72a8ccbccd25597e1a39e1 100644 (file)
@@ -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.