]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
docs: use HTTPS for GitHub clone URLs
authorJakub Wilk <jwilk@jwilk.net>
Mon, 2 Oct 2023 05:22:54 +0000 (07:22 +0200)
committerJakub Wilk <jwilk@jwilk.net>
Mon, 2 Oct 2023 05:23:03 +0000 (07:23 +0200)
GitHub has dropped support for the git:// protocol:
https://github.blog/changelog/2022-03-15-removed-unencrypted-git-protocol-and-certain-ssh-keys/

Documentation/howto-contribute.txt
Documentation/howto-pull-request.txt
README

index ab7c4e6f4dfb90c3c916d5dee11d1c782e1bba97..1b782775713fbfea86d30b5422202d640f9df3fc 100644 (file)
@@ -47,7 +47,7 @@ Repositories & Branches
          We use this repository for master and stable branches only.
 
        * Backup repository at github.com:
-         git clone git://github.com/util-linux/util-linux.git
+         git clone https://github.com/util-linux/util-linux.git
 
          We use this repository to backup kernel.org and for pull requests,
          issues tracking and topic branches. The master and stable branches are
index 34ee1ca1ce34bc7b94856dafb1a36256fb9db878..752e60aabc868f8bd1e96801fd295d13c5282faa 100644 (file)
@@ -149,7 +149,7 @@ mail-list archive.  Obviously the pull request content does not get
 indexed, and that is why it is worse.
 
 git format-patch --cover-letter master..textual
-git request-pull upstream/master git://github.com/yourlogin/util-linux.git textual > tempfile
+git request-pull upstream/master https://github.com/yourlogin/util-linux.git textual > tempfile
 
 Take from the 'tempfile' the header:
 
@@ -160,7 +160,7 @@ The following changes since commit 17bf9c1c39b4f35163ec5c443b8bbd5857386ddd:
 
 are available in the git repository at:
 
-  git://github.com/yourlogin/util-linux.git textual
+  https://github.com/yourlogin/util-linux.git textual
 ----------------------------------------------------------------
 
 and copy paste it to 0000-cover-letter.patch file somewhere near 'BLURB
diff --git a/README b/README
index d9f216c44e18971330ba2f54f4abae2cb1207fa0..b7c723da39cdd6ebcf9e0f3c07ece26238584c9e 100644 (file)
--- a/README
+++ b/README
@@ -74,7 +74,7 @@ SOURCE CODE:
          git clone git://git.kernel.org/pub/scm/utils/util-linux/util-linux.git
 
     Backup repository:
-         git clone git://github.com/util-linux/util-linux.git
+         git clone https://github.com/util-linux/util-linux.git
 
     Web interfaces:
          https://git.kernel.org/cgit/utils/util-linux/util-linux.git