From 37ad33e52daae7678ec23622af39da0c4998cfde Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Sat, 29 Dec 2018 08:54:58 +0100 Subject: [PATCH] vcs: gitconfig: fix typos in comment --- vcs/gitconfig.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.43.2