From 4796a1e288cbf69e19a783ad5b3d7dbae4da47df Mon Sep 17 00:00:00 2001 From: Andrew Ayer Date: Sun, 21 Sep 2014 11:52:06 -0700 Subject: [PATCH] Clarify some wording in README --- README | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README b/README index 58d5454..a969d9e 100644 --- a/README +++ b/README @@ -131,7 +131,7 @@ GITATTRIBUTES FILE The .gitattributes file is documented in the gitattributes(5) man page. The file pattern format is the same as the one used by .gitignore, as documented in the gitignore(5) man page, with the exception that -specifying a directory name in .gitattributes is not sufficient to +specifying merely a directory (e.g. `/dir/`) is NOT sufficient to encrypt all files beneath it. Also note that the pattern `dir/*` does not match files under diff --git a/README.md b/README.md index 15e5e6f..7271f39 100644 --- a/README.md +++ b/README.md @@ -133,7 +133,7 @@ Gitattributes File The .gitattributes file is documented in the gitattributes(5) man page. The file pattern format is the same as the one used by .gitignore, as documented in the gitignore(5) man page, with the exception that -specifying a directory name in .gitattributes is not sufficient to +specifying merely a directory (e.g. `/dir/`) is *not* sufficient to encrypt all files beneath it. Also note that the pattern `dir/*` does not match files under