mirror of
https://https.git.savannah.gnu.org/git/gnulib.git
synced 2026-04-28 06:33:36 +00:00
announce-gen: Improve efficiency of "git clone".
* build-aux/announce-gen: Use read-only mirrors of git.savannah.gnu.org.
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
2025-09-08 Bruno Haible <bruno@clisp.org>
|
||||
|
||||
announce-gen: Improve efficiency of "git clone".
|
||||
* build-aux/announce-gen: Use read-only mirrors of git.savannah.gnu.org.
|
||||
|
||||
2025-09-07 Paul Eggert <eggert@cs.ucla.edu>
|
||||
|
||||
maint: allow false/true in C macros
|
||||
|
||||
@@ -693,13 +693,13 @@ EOF
|
||||
|
||||
This release is based on the $package_name git repository, available as
|
||||
|
||||
git clone https://git.savannah.gnu.org/git/$package_name.git
|
||||
git clone https://https.git.savannah.gnu.org/git/$package_name.git
|
||||
|
||||
with commit $this_commit_hash tagged as v$v1.
|
||||
|
||||
For a summary of changes and contributors, see:
|
||||
|
||||
https://git.sv.gnu.org/gitweb/?p=$package_name.git;a=shortlog;h=v$v1
|
||||
https://gitweb.git.savannah.gnu.org/gitweb/?p=$package_name.git;a=shortlog;h=v$v1
|
||||
|
||||
or run this command from a git-cloned $package_name directory:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user