git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] config.mak.uname: PCRE1 cleanup
@ 2021-06-22 10:42 Johannes Schindelin via GitGitGadget
  0 siblings, 0 replies; only message in thread
From: Johannes Schindelin via GitGitGadget @ 2021-06-22 10:42 UTC (permalink / raw)
  To: git; +Cc: Johannes Schindelin, Carlo Marcelo Arenas Belón

From: =?UTF-8?q?Carlo=20Marcelo=20Arenas=20Bel=C3=B3n?= <carenas@gmail.com>

Style issue: a space was missing.

Signed-off-by: Carlo Marcelo Arenas Belón <carenas@gmail.com>
---
    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

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2021-06-22 10:42 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-22 10:42 [PATCH] config.mak.uname: PCRE1 cleanup Johannes Schindelin via GitGitGadget

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).