From: Simon Ruderich Date: Fri, 19 Sep 2014 09:43:24 +0000 (+0200) Subject: gitconfig: use canonical case for wordRegex X-Git-Url: https://ruderich.org/simon/gitweb/?p=config%2Fdotfiles.git;a=commitdiff_plain;h=5963f2f7d075d45e21b5b4cfd203cab3263fd8d7 gitconfig: use canonical case for wordRegex --- 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. #