]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
doc: reference the github mirror in docs
authorPádraig Brady <P@draigBrady.com>
Wed, 15 Jul 2026 14:41:15 +0000 (15:41 +0100)
committerPádraig Brady <P@draigBrady.com>
Wed, 15 Jul 2026 14:43:20 +0000 (15:43 +0100)
The github mirror is a common interaction point
for issues and pull requests, so reference it in README and HACKING.
Also update the current size of the repo to be more accurate.

Addresses issue #318

HACKING
README

diff --git a/HACKING b/HACKING
index 90d1544b2210bd3452f6462bd95aa1d67ca90c46..241a862f23c215ce1faa8117d6b2bd3829217424 100644 (file)
--- a/HACKING
+++ b/HACKING
@@ -22,12 +22,15 @@ a copy of the latest with this command:
     git clone https://git.savannah.gnu.org/git/coreutils.git
     cd coreutils
 
-That downloads the entire repository, including revision control history
-dating back to 1991.  The repository (the part you download, and which
-resides in coreutils/.git) currently weighs in at about 30MB.  So you
-don't want to download it more often than necessary.  Once downloaded,
-you can get incremental updates by running one of these commands from
-inside your new coreutils/ directory:
+You can also interact with the project through the github mirror at:
+
+    https://github.com/coreutils/coreutils
+
+The entire repository, including revision control history
+dating back to 1991, currently weighs in at about 50MB.
+So you don't want to download it more often than necessary.
+Once downloaded, you can get incremental updates by running one of these commands
+from inside your new coreutils/ directory:
 
 If you have made *no* changes:
     git pull
diff --git a/README b/README
index 424e3f064125cd5b25cc0f637afb8b982acf0ea8..f03aecdb9cc1978b6b35cca09d1059d862b26c9f 100644 (file)
--- a/README
+++ b/README
@@ -129,6 +129,9 @@ note that the range specifies every single year in that closed interval.
 
 Please see the file COPYING for copying conditions.
 
+You can also interact with the project through the github mirror at:
+https://github.com/coreutils/coreutils
+
 ========================================================================
 
 Copyright (C) 1998-2026 Free Software Foundation, Inc.