summaryrefslogtreecommitdiff
path: root/nt
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2023-02-04 14:24:37 -0800
committerPaul Eggert <eggert@cs.ucla.edu>2023-02-04 15:14:15 -0800
commit7e1c7db1cb5a33a66115bb767224bdc79a257266 (patch)
treeb580887ed75c082575572d01feda3cbbce2cfcc0 /nt
parentc39c26e33f6bb45479bbd1a80df8c97cf750a56a (diff)
downloademacs-7e1c7db1cb5a33a66115bb767224bdc79a257266.tar.gz
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.
Diffstat (limited to 'nt')
-rw-r--r--nt/INSTALL.W642
1 files changed, 1 insertions, 1 deletions
diff --git a/nt/INSTALL.W64 b/nt/INSTALL.W64
index fa576fb4d7f..fe5f74e3209 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.