From 5963f2f7d075d45e21b5b4cfd203cab3263fd8d7 Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Fri, 19 Sep 2014 11:43:24 +0200 Subject: [PATCH] gitconfig: use canonical case for wordRegex --- gitconfig.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gitconfig.in b/gitconfig.in index 448000a..d52b16a 100644 --- a/gitconfig.in +++ b/gitconfig.in @@ -160,7 +160,7 @@ # changes to non-word characters are shown character wise (e.g. from # "==" to "!=" as "[-=-]{+!+}="); [-..-] is removal, {+..+} is # addition. See t/ for some tests and examples. - wordregex = [a-zA-Z0-9_]+|[^a-zA-Z0-9_] + wordRegex = [a-zA-Z0-9_]+|[^a-zA-Z0-9_] # Allow diffing of some binary files. # -- 2.44.1