[PATCH] config.mak.uname: PCRE1 cleanup
From: Johannes Schindelin via GitGitGadget <hidden>
Date: 2021-06-22 10:42:49
Subsystem:
the rest · Maintainer:
Linus Torvalds
From: Johannes Schindelin via GitGitGadget <hidden>
Date: 2021-06-22 10:42:49
Subsystem:
the rest · Maintainer:
Linus Torvalds
From: =?UTF-8?q?Carlo=20Marcelo=20Arenas=20Bel=C3=B3n?= <redacted>
Style issue: a space was missing.
Signed-off-by: Carlo Marcelo Arenas Belón <redacted>
---
config.mak.uname: PCRE1 cleanup
Git for Windows carried a patch retiring PCRE1 for a long time that was
superseded by ab/retire-pcre1. This is the surviving remainder of that
patch.
Published-As: https://github.com/gitgitgadget/git/releases/tag/pr-983%2Fdscho%2Fcarenas%2Fwin-pcre1-cleanup-v1
Fetch-It-Via: git fetch https://github.com/gitgitgadget/git pr-983/dscho/carenas/win-pcre1-cleanup-v1
Pull-Request: https://github.com/gitgitgadget/git/pull/983
config.mak.uname | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/config.mak.uname b/config.mak.uname
index cb443b4e023a..e8ceaed3d3ed 100644
--- a/config.mak.uname
+++ b/config.mak.uname@@ -668,7 +668,7 @@ else HAVE_LIBCHARSET_H = YesPlease NO_GETTEXT = USE_GETTEXT_SCHEME = fallthrough - USE_LIBPCRE= YesPlease + USE_LIBPCRE = YesPlease NO_CURL = USE_NED_ALLOCATOR = YesPlease else
base-commit: 670b81a890388c60b7032a4f5b879f2ece8c4558 -- gitgitgadget