From 88705f996c251f67af28e4e498a06456d87d741b Mon Sep 17 00:00:00 2001 From: Andrew Ayer Date: Sat, 25 Jan 2020 10:18:10 -0500 Subject: [PATCH] Improve clarity in README --- README | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README b/README index 4723f3b..ef5e118 100644 --- a/README +++ b/README @@ -153,7 +153,7 @@ sub-directories of dir/. To encrypt an entire sub-tree dir/, use `dir/**`: dir/** filter=git-crypt diff=git-crypt -The .gitattributes file cannot be encrypted, so make sure wildcards don't +The .gitattributes file must not be encrypted, so make sure wildcards don't match it accidentally. If necessary, you can exclude .gitattributes from encryption like this: diff --git a/README.md b/README.md index 8d97a49..2d4d47d 100644 --- a/README.md +++ b/README.md @@ -155,7 +155,7 @@ sub-directories of dir/. To encrypt an entire sub-tree dir/, use `dir/**`: dir/** filter=git-crypt diff=git-crypt -The .gitattributes file cannot be encrypted, so make sure wildcards don't +The .gitattributes file must not be encrypted, so make sure wildcards don't match it accidentally. If necessary, you can exclude .gitattributes from encryption like this: