[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
grep branch, master, updated. v3.7-56-gbc42416
From: |
Jim Meyering |
Subject: |
grep branch, master, updated. v3.7-56-gbc42416 |
Date: |
Sun, 20 Mar 2022 21:41:41 -0400 (EDT) |
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "grep".
The branch, master has been updated
via bc4241629c73b6a4006ec6176f927024cf15abc5 (commit)
from 16b3c2f9f3a3e2deb70af74ba0914fd19d9c1085 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://git.savannah.gnu.org/cgit/grep.git/commit/?id=bc4241629c73b6a4006ec6176f927024cf15abc5
commit bc4241629c73b6a4006ec6176f927024cf15abc5
Author: Jim Meyering <meyering@fb.com>
Date: Sun Mar 20 18:40:00 2022 -0700
build: update gnulib to latest, for bootstrap long-line fix
diff --git a/bootstrap b/bootstrap
index dc2238f..9c14d24 100755
--- a/bootstrap
+++ b/bootstrap
@@ -1,6 +1,6 @@
#! /bin/sh
# Print a version string.
-scriptversion=2022-01-26.05; # UTC
+scriptversion=2022-03-21.01; # UTC
# Bootstrap this package from checked-out sources.
@@ -776,7 +776,8 @@ if $use_gnulib; then
# not be performed because we do not know what the depth of the commit
# is without fetching all commits. So fallback to fetching all commits.
git -C "$gnulib_path" init
- git -C "$gnulib_path" remote add origin
${GNULIB_URL:-$default_gnulib_url}
+ git -C "$gnulib_path" remote add origin \
+ ${GNULIB_URL:-$default_gnulib_url}
git -C "$gnulib_path" fetch $shallow origin "$GNULIB_REVISION" \
|| git -C "$gnulib_path" fetch origin \
|| cleanup_gnulib
diff --git a/gnulib b/gnulib
index 44b0279..bb22023 160000
--- a/gnulib
+++ b/gnulib
@@ -1 +1 @@
-Subproject commit 44b0279dbf3a01fbbf2addb1b52ff1eb27bd04e2
+Subproject commit bb220237d65b17845b4976166c46c9d7053f2e1a
-----------------------------------------------------------------------
Summary of changes:
bootstrap | 5 +++--
gnulib | 2 +-
2 files changed, 4 insertions(+), 3 deletions(-)
hooks/post-receive
--
grep
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- grep branch, master, updated. v3.7-56-gbc42416,
Jim Meyering <=