Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@xxxxxxxxx> --- Documentation/gitattributes.txt | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/Documentation/gitattributes.txt b/Documentation/gitattributes.txt index 9a75257..45c11df 100644 --- a/Documentation/gitattributes.txt +++ b/Documentation/gitattributes.txt @@ -21,7 +21,9 @@ Each line in `gitattributes` file is of form: glob attr1 attr2 ... That is, a glob pattern followed by an attributes list, -separated by whitespaces. When the glob pattern matches the +separated by whitespaces. Glob pattern format is as same as +one used by `gitignore` files. Please refer to linkgit:gitignore[5] +for more information. When the glob pattern matches the path in question, the attributes listed on the line are given to the path. -- 1.6.0.2.427.g8dbf1 -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html