Clarify some wording in README

This commit is contained in:
Andrew Ayer
2014-09-21 11:52:06 -07:00
parent e4d1091e97
commit 4796a1e288
2 changed files with 2 additions and 2 deletions

2
README
View File

@@ -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

View File

@@ -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