From: Simon Ruderich Date: Sat, 29 Dec 2018 07:54:58 +0000 (+0100) Subject: vcs: gitconfig: fix typos in comment X-Git-Url: https://ruderich.org/simon/gitweb/?p=config%2Fdotfiles.git;a=commitdiff_plain;h=37ad33e52daae7678ec23622af39da0c4998cfde vcs: gitconfig: fix typos in comment --- diff --git a/vcs/gitconfig.in b/vcs/gitconfig.in index 93e9866..aa0ef85 100644 --- a/vcs/gitconfig.in +++ b/vcs/gitconfig.in @@ -189,7 +189,7 @@ wordRegex = [a-zA-Z0-9_]+|[^a-zA-Z0-9_] # Rules to allow diffing of some binary files. Disabled by default to prevent -# programs from running them on arbitrary files via a .local .gitattributes +# repositories from running them on arbitrary files via a local .gitattributes # file. Copy them to .git/config of the repository to enable them. # # "sh -c '..' ARGV0" is used when the programs require additional arguments