From 0b2901b72da780044787b6ed510ab5c85b2d12af Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Mon, 31 Jan 2005 23:51:54 +0000 Subject: [PATCH] Changed the "s" modifier to "w" for a word-splitting merge file. --- exclude.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exclude.c b/exclude.c index e458b862..9b96f533 100644 --- a/exclude.c +++ b/exclude.c @@ -683,7 +683,7 @@ static const char *get_filter_tok(const char *p, int xflags, case 'n': mflags |= MATCHFLG_NO_INHERIT; break; - case 's': + case 'w': mflags |= MATCHFLG_WORD_SPLIT; break; } -- 2.34.1