summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorGlenn Washburn <development@efficientek.com>2022-01-05 23:57:25 +0100
committerBruno Haible <bruno@clisp.org>2022-01-05 23:57:25 +0100
commit035ce56a3353b00d34dbbb338580ff25fb7ef767 (patch)
treecbc302b2a484ae97f23aef6dbb8493d9460119a8 /ChangeLog
parent9d3ec33a02dccaaa930f839752304d1b8d0b903e (diff)
downloadgnulib-035ce56a3353b00d34dbbb338580ff25fb7ef767.tar.gz
bootstrap: When a commit is specified, do a shallow fetch if possible.
Rationale and explanation: <https://lists.gnu.org/archive/html/bug-gnulib/2021-10/msg00073.html>. * bootstrap: When a commit hash is specified, ask for this specific commit on fetch, and fallback to fetching the entire repository if fetching by commit hash fails.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4829d58e83..1208d4c6d5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2022-01-05 Glenn Washburn <development@efficientek.com>
+
+ bootstrap: When a commit is specified, do a shallow fetch if possible.
+ Rationale and explanation:
+ <https://lists.gnu.org/archive/html/bug-gnulib/2021-10/msg00073.html>.
+ * bootstrap: When a commit hash is specified, ask for this specific
+ commit on fetch, and fallback to fetching the entire repository if
+ fetching by commit hash fails.
+
2022-01-05 Paul Eggert <eggert@cs.ucla.edu>
stack: pacify gcc -Wsign-compare