]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
gitconfig: use canonical case for wordRegex
authorSimon Ruderich <simon@ruderich.org>
Fri, 19 Sep 2014 09:43:24 +0000 (11:43 +0200)
committerSimon Ruderich <simon@ruderich.org>
Fri, 19 Sep 2014 09:43:24 +0000 (11:43 +0200)
gitconfig.in

index 448000a3c431d301284206599c39b2ab2727c050..d52b16a658491bae729bc9fe0d1133362e25b427 100644 (file)
        # 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.
 #