all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Stefan Kangas <stefankangas@gmail.com>
To: Org-mode <emacs-orgmode@gnu.org>
Subject: [PATCH] worg: Prefer HTTPS to GIT for anonymous git access
Date: Sun, 9 Jun 2024 18:13:35 -0400	[thread overview]
Message-ID: <CADwFkmmgGJgNPjBbEY5EkeW21m_jCOF5CSVREbh_6O5TT0aWDg@mail.gmail.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 144 bytes --]

I think using HTTPS makes more sense for anonymous git access, for the
usual security and privacy reasons.

Please see the attached worg patch.

[-- Attachment #2: 0001-Prefer-HTTPS-to-GIT-for-anonymous-git-access.patch --]
[-- Type: text/x-patch, Size: 1334 bytes --]

From f33276dd5ed54a6beb8b31aefb544f6fa3da4c08 Mon Sep 17 00:00:00 2001
From: Stefan Kangas <stefankangas@gmail.com>
Date: Mon, 10 Jun 2024 00:04:04 +0200
Subject: [PATCH] Prefer HTTPS to GIT for anonymous git access

* org-contribute.org (Overview of Org repositories): Recommend HTTPS
over GIT for anonymous git access.
---
 org-contribute.org | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/org-contribute.org b/org-contribute.org
index 1257fc05..b8f6603c 100644
--- a/org-contribute.org
+++ b/org-contribute.org
@@ -31,7 +31,7 @@ the community will welcome your contribution.
 :CUSTOM_ID: repos-overview
 :END:
 
-- [[https://git.savannah.gnu.org/cgit/emacs/org-mode.git][Org repository on Savannah]]: =git clone git://git.sv.gnu.org/emacs/org-mode.git=
+- [[https://git.savannah.gnu.org/cgit/emacs/org-mode.git][Org repository on Savannah]]: =git clone https://git.sv.gnu.org/git/emacs/org-mode.git=
 - [[https://sr.ht/~bzg/org][Org project on SourceHut]] with other repositories: [[https://git.sr.ht/~bzg/worg][worg]] and [[https://git.sr.ht/~bzg/orgweb][orgweb]]
 - [[file:org-orphanage.org][Org orphanage]] lists orphan Org libraries in search for maintainers
 - [[https://git.sr.ht/~bzg/org-contrib][org-contrib]] (aka the old =contrib/= dir) also contains libraries in search for maintainers.
-- 
2.45.2


             reply	other threads:[~2024-06-09 22:14 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-06-09 22:13 Stefan Kangas [this message]
2024-06-14 15:44 ` [PATCH] worg: Prefer HTTPS to GIT for anonymous git access Ihor Radchenko

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CADwFkmmgGJgNPjBbEY5EkeW21m_jCOF5CSVREbh_6O5TT0aWDg@mail.gmail.com \
    --to=stefankangas@gmail.com \
    --cc=emacs-orgmode@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.