From 826f746a3cf8e04411e28ec6910ef621e74335d4 Mon Sep 17 00:00:00 2001 From: Andrew Ayer Date: Wed, 6 Feb 2013 15:45:05 -0800 Subject: [PATCH] Fix gitattributes example in README There should NOT be a colon after the pattern. --- README | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README b/README index 51108be..9565263 100644 --- a/README +++ b/README @@ -49,8 +49,8 @@ Configure a repository to use encryption: Specify files to encrypt by creating a .gitattributes file: - secretfile: filter=git-crypt diff=git-crypt - *.key: filter=git-crypt diff=git-crypt + secretfile filter=git-crypt diff=git-crypt + *.key filter=git-crypt diff=git-crypt Like a .gitignore file, it can match wildcards and should be checked into the repository. Make sure you don't accidentally encrypt the