From: Bastian Krause <bst@pengutronix.de>
To: barebox@lists.infradead.org
Cc: Bastian Krause <bst@pengutronix.de>
Subject: [PATCH] Documentation: user: use https instead of git protocol for cloning
Date: Tue, 10 Jun 2025 11:27:18 +0200 [thread overview]
Message-ID: <20250610092718.258050-1-bst@pengutronix.de> (raw)
The git server at git.pengutronix.de no longer supports the git
protocol, so switch to https.
Signed-off-by: Bastian Krause <bst@pengutronix.de>
---
Documentation/user/barebox.rst | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
diff --git a/Documentation/user/barebox.rst b/Documentation/user/barebox.rst
index 338c2f5d03c..8b3a29fc1c0 100644
--- a/Documentation/user/barebox.rst
+++ b/Documentation/user/barebox.rst
@@ -18,15 +18,15 @@ can be checked out as follows:
.. code-block:: sh
- $ git clone git://git.pengutronix.de/git/barebox.git
+ $ git clone https://git.pengutronix.de/git/barebox
Cloning into 'barebox'...
- remote: Counting objects: 113356, done.
- remote: Compressing objects: 100% (25177/25177), done.
- remote: Total 113356 (delta 87910), reused 111155 (delta 85935)
- Receiving objects: 100% (113356/113356), 33.13 MiB | 183.00 KiB/s, done.
- Resolving deltas: 100% (87910/87910), done.
- Checking connectivity... done.
- Checking out files: 100% (5651/5651), done.
+ remote: Enumerating objects: 330649, done.
+ remote: Counting objects: 100% (3932/3932), done.
+ remote: Compressing objects: 100% (2203/2203), done.
+ remote: Total 330649 (delta 2421), reused 2217 (delta 1706), pack-reused 326717
+ Receiving objects: 100% (330649/330649), 82.03 MiB | 14.88 MiB/s, done.
+ Resolving deltas: 100% (265076/265076), done.
+ Updating files: 100% (19054/19054), done.
By default, the master branch is checked out. If you want to develop for
barebox, this is the right branch to send patches against.
--
2.39.5
next reply other threads:[~2025-06-10 9:50 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-06-10 9:27 Bastian Krause [this message]
2025-06-10 11:54 ` Ahmad Fatoum
2025-06-10 15:03 ` Sascha Hauer
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=20250610092718.258050-1-bst@pengutronix.de \
--to=bst@pengutronix.de \
--cc=barebox@lists.infradead.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.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox